mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
20 lines
315 B
C
20 lines
315 B
C
|
|
||
|
#ifndef _D3DRM_PRECOMP_H_
|
||
|
#define _D3DRM_PRECOMP_H_
|
||
|
|
||
|
#define WIN32_NO_STATUS
|
||
|
#define _INC_WINDOWS
|
||
|
#define COM_NO_WINDOWS_H
|
||
|
|
||
|
#define NONAMELESSUNION
|
||
|
#define NONAMELESSSTRUCT
|
||
|
#define COBJMACROS
|
||
|
|
||
|
#include <windef.h>
|
||
|
#include <winbase.h>
|
||
|
#include <wingdi.h>
|
||
|
|
||
|
#include "d3drm_private.h"
|
||
|
|
||
|
#endif /* _D3DRM_PRECOMP_H_ */
|