home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / cecko / install / devcpp4920.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.