xref: /reactos/dll/cpl/desk/guid.c (revision 4514e91d)
1 /* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
2 
3 #define WIN32_NO_STATUS
4 #define _INC_WINDOWS
5 #define COM_NO_WINDOWS_H
6 
7 #include <windef.h>
8 #include <winbase.h>
9 #include <wingdi.h>
10 #include <objbase.h>
11 #include <initguid.h>
12 #include <gdiplus.h>
13 
14 /* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */
15