mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +00:00
21 lines
287 B
C
21 lines
287 B
C
|
|
#ifndef _MSDMO_PCH_
|
|
#define _MSDMO_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 <objbase.h>
|
|
|
|
#include <wine/debug.h>
|
|
|
|
#endif /* _MSDMO_PCH_ */
|