reactos/dll/shellext/deskadp/precomp.h
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

14 lines
242 B
C

#ifndef __PRECOMP__H
#define __PRECOMP__H
#define COBJMACROS
#include <windows.h>
#include <tchar.h>
#include <stdio.h>
#include <shlobj.h>
#include <dll/desk/deskcplx.h>
#include "deskadp.h"
#include "resource.h"
#endif /* __PRECOMP__H */