mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
c501d8112c
svn path=/branches/aicom-network-fixes/; revision=34994
15 lines
250 B
C
15 lines
250 B
C
#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
|