Merge PR #283 "[USBPORT] Transaction Translator (TT) support bringup"
[reactos.git] / dll / directx / wine / d3drm / precomp.h
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_ */