mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
28 lines
472 B
C
28 lines
472 B
C
|
|
#ifndef __WINE_D3DX9_36_PRECOMP_H
|
|
#define __WINE_D3DX9_36_PRECOMP_H
|
|
|
|
#include <config.h>
|
|
#include <wine/port.h>
|
|
|
|
#include <assert.h>
|
|
#include <stdarg.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 <winuser.h>
|
|
|
|
#include <wine/unicode.h>
|
|
|
|
#include "d3dx9_private.h"
|
|
|
|
#endif /* __WINE_D3DX9_36_PRECOMP_H */
|