newlib/winsup/w32api/include/isguids.h
2000-02-17 19:38:33 +00:00

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