mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
14 lines
221 B
C
14 lines
221 B
C
|
|
||
|
#ifndef __WINE_D3D9_PRECOMP_H
|
||
|
#define __WINE_D3D9_PRECOMP_H
|
||
|
|
||
|
#include <wine/config.h>
|
||
|
|
||
|
#define WIN32_NO_STATUS
|
||
|
#define _INC_WINDOWS
|
||
|
#define COM_NO_WINDOWS_H
|
||
|
|
||
|
#include "d3d9_private.h"
|
||
|
|
||
|
#endif /* __WINE_D3D9_PRECOMP_H */
|