mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-27 11:54:24 +08:00
e19e63d792
GUID definitions. * ioevent.h: Ditto. * msdaguid.h: Ditto. * iiis.h: Ditto. * usbiodef.h: Ditto. * tcguid.h: Ditto. * oledb.h: Ditto. * recguids.h: Ditto. * diskguid.h: Ditto. * shlguid.h: Ditto. * msdadc.h: Ditto. * isguids.h: Ditto. * batclass.h: Ditto. * shobjidl.h: Ditto. * devguid.h: Ditto. * ntddscsi.h: Ditto. * identitystore.h: Ditto. * sti.h: Ditto. * sqloledb.h: Ditto. * mstask.h: Ditto. * fwpmu.h: Ditto. * oledbguid.h: Ditto. * winioctl.h: Ditto. git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5240 4407c894-4637-0410-b4f5-ada5f102cad1
18 lines
694 B
C
18 lines
694 B
C
/**
|
|
* This file has no copyright assigned and is placed in the Public Domain.
|
|
* This file is part of the mingw-w64 runtime package.
|
|
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
|
|
*/
|
|
#ifndef _ISGUIDS_H_
|
|
#define _ISGUIDS_H_
|
|
|
|
#include <_mingw_unicode.h>
|
|
|
|
#define IID_IUniformResourceLocator __MINGW_NAME_AW(IID_IUniformResourceLocator)
|
|
|
|
DEFINE_GUID(CLSID_InternetShortcut,0xFBF23B40,0xE3F0,0x101B,0x84,0x88,0x00,0xAA,0x00,0x3E,0x56,0xF8);
|
|
DEFINE_GUID(IID_IUniformResourceLocatorA,0xFBF23B80,0xE3F0,0x101B,0x84,0x88,0x00,0xAA,0x00,0x3E,0x56,0xF8);
|
|
DEFINE_GUID(IID_IUniformResourceLocatorW,0xCABB0DA0,0xDA57,0x11CF,0x99,0x74,0x00,0x20,0xAF,0xD7,0x97,0x62);
|
|
|
|
#endif
|