2018-03-08 12:26:47 +00:00
|
|
|
|
2020-09-21 14:30:14 +00:00
|
|
|
#pragma once
|
2018-03-08 12:26:47 +00:00
|
|
|
|
2020-09-21 14:30:14 +00:00
|
|
|
#include <wine/config.h>
|
2018-03-08 12:26:47 +00:00
|
|
|
#include <wine/port.h>
|
|
|
|
|
|
|
|
#include <assert.h>
|
|
|
|
#include <stdarg.h>
|
2020-09-21 14:30:14 +00:00
|
|
|
#include <stdio.h>
|
2018-03-08 12:26:47 +00:00
|
|
|
|
|
|
|
#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>
|
2020-09-21 21:06:33 +00:00
|
|
|
#include <usp10.h>
|
2018-03-08 12:26:47 +00:00
|
|
|
|
2020-09-21 20:50:20 +00:00
|
|
|
#include <wine/winternl.h>
|
|
|
|
|
2020-09-21 14:30:14 +00:00
|
|
|
#include <wine/list.h>
|
2018-03-08 12:26:47 +00:00
|
|
|
#include <wine/unicode.h>
|
|
|
|
|
|
|
|
#include "d3dx9_private.h"
|
2020-09-21 20:57:00 +00:00
|
|
|
#include "txc_dxtn.h"
|
2018-03-08 12:26:47 +00:00
|
|
|
|
2020-09-21 14:30:14 +00:00
|
|
|
#include <dxfile.h>
|
|
|
|
#include <rmxfguid.h>
|
|
|
|
|
|
|
|
#include <d3dcommon.h>
|
|
|
|
#include <d3dcompiler.h>
|
|
|
|
|
|
|
|
#include <ole2.h>
|
|
|
|
#include <wincodec.h>
|