mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
11 lines
162 B
C
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 */
|