mirror of https://github.com/buggins/dlangui.git
19 lines
915 B
D
19 lines
915 B
D
/***********************************************************************\
|
|
* isguids.d *
|
|
* *
|
|
* Windows API header module *
|
|
* *
|
|
* Translated from MinGW API for MS-Windows 3.10 *
|
|
* by Stewart Gordon *
|
|
* *
|
|
* Placed into public domain *
|
|
\***********************************************************************/
|
|
module win32.isguids;
|
|
version(Windows):
|
|
|
|
private import win32.basetyps;
|
|
|
|
extern (C) extern const GUID
|
|
CLSID_InternetShortcut,
|
|
IID_IUniformResourceLocator;
|