Fix the VarXxxFromCy conversions.
[wine] / include / comcat.h
1 #ifndef __WINE_COMCAT_H
2 #define __WINE_COMCAT_H
3
4 #include "rpc.h"
5 #include "rpcndr.h"
6
7 #ifndef COM_NO_WINDOWS_H
8 #include "windows.h"
9 #include "ole2.h"
10 #endif
11
12 #include "unknwn.h"
13
14 typedef GUID CATID;
15 typedef REFGUID REFCATID;
16
17 #endif /*__WINE_COMCAT_H */