reactos/dll/shellext/deskadp/precomp.h
2013-06-16 22:01:41 +00:00

20 lines
373 B
C

#ifndef __PRECOMP__H
#define __PRECOMP__H
#define COBJMACROS
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <wincon.h>
#include <tchar.h>
#include <shlobj.h>
#include <dll/desk/deskcplx.h>
#include "deskadp.h"
#include "resource.h"
#endif /* __PRECOMP__H */