Welcome to mirror list, hosted at ThFree Co, Russian Federation.

isguids.h « include « w32api « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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