mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
20 lines
480 B
C
20 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 */
|