summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/isguids.h
blob: 6518e66a6e89fc069170f8326902eb5516e2b24b (plain)
1
2
3
4
5
6
7
8
9
10
11
#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