2000-11-08 06:06:10 +01:00
|
|
|
#ifndef __WINE_COMCAT_H
|
|
|
|
#define __WINE_COMCAT_H
|
|
|
|
|
|
|
|
#include "rpc.h"
|
|
|
|
#include "rpcndr.h"
|
|
|
|
|
2000-11-25 04:08:34 +01:00
|
|
|
#ifndef COM_NO_WINDOWS_H
|
|
|
|
#include "windows.h"
|
|
|
|
#include "ole2.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "unknwn.h"
|
|
|
|
|
2000-11-08 06:06:10 +01:00
|
|
|
typedef GUID CATID;
|
|
|
|
typedef REFGUID REFCATID;
|
|
|
|
|
|
|
|
#endif /*__WINE_COMCAT_H */
|