/***********************************************************************\ * isguids.d * * * * Windows API header module * * * * Translated from MinGW API for MS-Windows 3.10 * * by Stewart Gordon * * * * Placed into public domain * \***********************************************************************/ module windows.isguids; nothrow: private import windows.basetyps; extern (C) extern const GUID CLSID_InternetShortcut, IID_IUniformResourceLocator;