mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
a93a5e9ce0
dlls/ole32/moniker.h.
11 lines
343 B
C
11 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__ */
|