ReactOS 0.4.15-dev-7994-gb388cb6
precomp.h
Go to the documentation of this file.
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_ */