mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
17 lines
255 B
C
17 lines
255 B
C
#ifndef __WINE_COMCAT_H
|
|
#define __WINE_COMCAT_H
|
|
|
|
#include "rpc.h"
|
|
#include "rpcndr.h"
|
|
|
|
#ifndef COM_NO_WINDOWS_H
|
|
#include "windows.h"
|
|
#include "ole2.h"
|
|
#endif
|
|
|
|
#include "unknwn.h"
|
|
|
|
typedef GUID CATID;
|
|
typedef REFGUID REFCATID;
|
|
|
|
#endif /*__WINE_COMCAT_H */
|