mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
23 lines
330 B
C
23 lines
330 B
C
|
|
#ifndef _MSIMTF_PCH_
|
|
#define _MSIMTF_PCH_
|
|
|
|
#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 <winuser.h>
|
|
#include <objbase.h>
|
|
#include <dimm.h>
|
|
|
|
#include <wine/debug.h>
|
|
|
|
#endif /* !_MSIMTF_PCH_ */
|