home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 April / PCWorld_2000-04_cd.bin / Software / Servis / Devc / _SETUP.4 / Group3 / 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.