xref: /reactos/dll/directx/wine/d3drm/precomp.h (revision c7bba39a)
1 
2 #ifndef _D3DRM_PRECOMP_H_
3 #define _D3DRM_PRECOMP_H_
4 
5 #define WIN32_NO_STATUS
6 #define _INC_WINDOWS
7 #define COM_NO_WINDOWS_H
8 
9 #define NONAMELESSUNION
10 #define NONAMELESSSTRUCT
11 #define COBJMACROS
12 
13 #include <windef.h>
14 #include <winbase.h>
15 #include <wingdi.h>
16 
17 #include "d3drm_private.h"
18 
19 #endif /* _D3DRM_PRECOMP_H_ */
20