Artifact 09bcf98ace7cad9053ab874c2e4160aaedf383dd
- File
src/win32/isguids.d
- 2015-04-21 10:46:55 - part of checkin [4e2933c620] on branch trunk - Rebased to the latest verson dmd 2.067. Not yet verified the outcome. (user: kinaba) [annotate]
/***********************************************************************\ * 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; private import win32.basetyps; extern (C) extern const GUID CLSID_InternetShortcut, IID_IUniformResourceLocator;