reactos/dll/directx/wine/d3dx9_36/precomp.h
winesync 806fe486fb [WINESYNC] d3dx9: Handle word breaks in ID3DXFont_DrawText.
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>
2021-02-04 16:37:06 +01:00

41 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>