home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 186
/
DPCS0803.ISO
/
Café
/
Dev-C++
/
devcpp4980.exe
/
$INSTDIR
/
include
/
isguids.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2003-05-15
|
250 b
|
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