Sync with trunk rev.61910 to get latest improvements and bugfixes.
[reactos.git] / dll / win32 / windowscodecs / guid.c
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 <objbase.h>
12 #include <initguid.h>
13 #include <wincodecsdk.h>
14
15 DEFINE_GUID(CLSID_WineTgaDecoder, 0xb11fc79a,0x67cc,0x43e6,0xa9,0xce,0xe3,0xd5,0x49,0x45,0xd3,0x04);
16 DEFINE_GUID(CLSID_WICIcnsEncoder, 0x312fb6f1,0xb767,0x409d,0x8a,0x6d,0x0f,0xc1,0x54,0xd4,0xf0,0x5c);
17 DEFINE_GUID(GUID_WineContainerFormatTga, 0x0c44fda1,0xa5c5,0x4298,0x96,0x85,0x47,0x3f,0xc1,0x7c,0xd3,0x22);
18 DEFINE_GUID(GUID_VendorWine, 0xddf46da1,0x7dc1,0x404e,0x98,0xf2,0xef,0xa4,0x8d,0xfc,0x95,0x0a);
19
20 /* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */