mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
23 lines
369 B
C
23 lines
369 B
C
#ifndef _MSIMTF_PCH_
|
|
#define _MSIMTF_PCH_
|
|
|
|
#include <wine/config.h>
|
|
|
|
#include <stdarg.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#define COBJMACROS
|
|
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
#include <wingdi.h>
|
|
#include <objbase.h>
|
|
#include <dimm.h>
|
|
|
|
#include <wine/debug.h>
|
|
WINE_DEFAULT_DEBUG_CHANNEL(msimtf);
|
|
|
|
#endif /* _MSIMTF_PCH_ */
|