/**
 * Windows API header module
 *
 * Translated from MinGW API for MS-Windows 3.10
 *
 * Authors: Stewart Gordon
 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
 * Source: $(DRUNTIMESRC core/sys/windows/_isguids.d)
 */
/// Automatically imported and edited from the druntime module
/// core.sys.windows.isguids for the auto-generated win32 package.
module win32.isguids;
//version (Windows):

import win32.basetyps;

extern (C) extern const GUID
    CLSID_InternetShortcut,
    IID_IUniformResourceLocator;