wine/include/comcat.h
Francois Gouget 552fddc1cb Moved things to the proper rpcxxx.h header.
Added some type definitions used by the MFC.
2000-11-08 05:06:10 +00:00

11 lines
162 B
C

#ifndef __WINE_COMCAT_H
#define __WINE_COMCAT_H
#include "rpc.h"
#include "rpcndr.h"
typedef GUID CATID;
typedef REFGUID REFCATID;
#endif /*__WINE_COMCAT_H */