mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 04:43:01 +00:00
16 lines
250 B
C
16 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
|