mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
a93a5e9ce0
dlls/ole32/moniker.h.
12 lines
343 B
C
12 lines
343 B
C
#ifndef __WINE_MONIKER_H__
|
|
#define __WINE_MONIKER_H__
|
|
|
|
#define ICOM_THIS_From_IROTData(class, name) class* This = (class*)(((char*)name)-sizeof(void*))
|
|
|
|
extern const CLSID CLSID_FileMoniker;
|
|
extern const CLSID CLSID_ItemMoniker;
|
|
extern const CLSID CLSID_AntiMoniker;
|
|
extern const CLSID CLSID_CompositeMoniker;
|
|
|
|
#endif /* __WINE_MONIKER_H__ */
|