mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
552fddc1cb
Added some type definitions used by the MFC.
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 */
|