1 /***********************************************************************\
2 *                               isguids.d                               *
3 *                                                                       *
4 *                       Windows API header module                       *
5 *                                                                       *
6 *             Translated from MinGW API for MS-Windows 3.10             *
7 *                           by Stewart Gordon                           *
8 *                                                                       *
9 *                       Placed into public domain                       *
10 \***********************************************************************/
11 module win32.isguids;
12 
13 private import win32.basetyps;
14 
15 extern (C) extern const GUID
16 	CLSID_InternetShortcut,
17 	IID_IUniformResourceLocator;