xref: /reactos/dll/win32/gdiplus/guid.c (revision 8a978a17)
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 <objbase.h>
13 #include <initguid.h>
14 #include <wincodecsdk.h>
15 #include <gdiplus.h>
16 
17 /* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */
18