mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 06:09:58 +00:00
806fe486fb
Signed-off-by: Sven Baars <sbaars@codeweavers.com> Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id e6a1116c2a3b196dea496f77747209f67982652c by Sven Baars <sbaars@codeweavers.com>
40 lines
626 B
C
40 lines
626 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 <usp10.h>
|
|
|
|
#include <wine/winternl.h>
|
|
|
|
#include <wine/list.h>
|
|
#include <wine/unicode.h>
|
|
|
|
#include "d3dx9_private.h"
|
|
#include "txc_dxtn.h"
|
|
|
|
#include <dxfile.h>
|
|
#include <rmxfguid.h>
|
|
|
|
#include <d3dcommon.h>
|
|
#include <d3dcompiler.h>
|
|
|
|
#include <ole2.h>
|
|
#include <wincodec.h>
|