home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Software / TemaCD / devc++5beta / devcpp4910.exe / include / isguids.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-09-14  |  210 b   |  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.