reactos/dll/directx/wine/d3dx9_36/guid.c
2021-02-04 16:37:01 +01:00

21 lines
480 B
C

/* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <initguid.h>
#include <d3dx9.h>
#include <wincodec.h>
/* Wine-specific WIC GUIDs */
DEFINE_GUID(GUID_WineContainerFormatTga, 0x0c44fda1,0xa5c5,0x4298,0x96,0x85,0x47,0x3f,0xc1,0x7c,0xd3,0x22);
/* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */