home *** CD-ROM | disk | FTP | other *** search
/ Programming Win32 Under the API / ProgrammingWin32UnderTheApiPatVillani.iso / i386-mingw32 / include / isguids.h < prev    next >
Text File  |  1999-11-07  |  199b  |  12 lines

  1. #ifndef _ISGUID_H
  2. #define _ISGUID_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. extern const GUID CLSID_InternetShortcut;
  7. extern const GUID IID_IUniformResourceLocator;
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif
  12.