mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 06:09:58 +00:00
e4ffc986e5
Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 5c5a8ae23ff7fe9c103de4e3dfce06bf1b8778c1 by Piotr Caban <piotr@codeweavers.com>
38 lines
585 B
C
38 lines
585 B
C
|
|
#pragma once
|
|
|
|
#include <wine/config.h>
|
|
#include <wine/port.h>
|
|
|
|
#include <assert.h>
|
|
#include <stdarg.h>
|
|
#include <stdio.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/winternl.h>
|
|
|
|
#include <wine/list.h>
|
|
#include <wine/unicode.h>
|
|
|
|
#include "d3dx9_private.h"
|
|
|
|
#include <dxfile.h>
|
|
#include <rmxfguid.h>
|
|
|
|
#include <d3dcommon.h>
|
|
#include <d3dcompiler.h>
|
|
|
|
#include <ole2.h>
|
|
#include <wincodec.h>
|