ReactOS 0.4.15-dev-7934-g1dc8d80
guid.c
Go to the documentation of this file.
1/* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
2
3#include <stdarg.h>
4
5#define WIN32_NO_STATUS
6#define _INC_WINDOWS
7#define COM_NO_WINDOWS_H
8
9#include <windef.h>
10#include <winbase.h>
11#include <wingdi.h>
12#include <initguid.h>
13
14#include <d3dx9.h>
15#include <wincodec.h>
16
17/* Wine-specific WIC GUIDs */
18DEFINE_GUID(GUID_WineContainerFormatTga, 0x0c44fda1,0xa5c5,0x4298,0x96,0x85,0x47,0x3f,0xc1,0x7c,0xd3,0x22);
19
20/* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8)
Definition: guiddef.h:68