mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
13 lines
221 B
C
13 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 */
|