mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 02:09:19 +08:00
12 lines
199 B
C
12 lines
199 B
C
#ifndef _ISGUID_H
|
|
#define _ISGUID_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
extern const GUID CLSID_InternetShortcut;
|
|
extern const GUID IID_IUniformResourceLocator;
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|