wine-wine/include/comcat.h

19 lines
278 B
C

#ifndef __WINE__
#include "rpc.h"
#include "rpcndr.h"
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif
#endif
#ifndef __WINE_COMCAT_H
#define __WINE_COMCAT_H
#include "unknwn.h"
typedef GUID CATID;
typedef REFGUID REFCATID;
#endif /*__WINE_COMCAT_H */