home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 April
/
PCWorld_2008-04_cd.bin
/
temacd
/
devc++
/
devcpp-4.9.9.2_setup.exe
/
isguids.h
< prev
next >
Wrap
C/C++ Source or Header
|
2005-01-29
|
250b
|
16 lines
#ifndef _ISGUID_H
#define _ISGUID_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
extern const GUID CLSID_InternetShortcut;
extern const GUID IID_IUniformResourceLocator;
#ifdef __cplusplus
}
#endif
#endif