Sign in
chromium
/
external
/
msysgit
/
msysgit
/
28a309fb43adfd09186e280698fac57b3399e167
/
.
/
mingw
/
include
/
isguids.h
blob: d5655d262fa74b6fa2241003cec96124ad74261a [
file
] [
log
] [
blame
]
#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