Naveen Neel / shedskin_2
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers isguids.h Source File

isguids.h

00001 #ifndef _ISGUID_H
00002 #define _ISGUID_H
00003 #if __GNUC__ >=3
00004 #pragma GCC system_header
00005 #endif
00006 
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010 extern const GUID CLSID_InternetShortcut;
00011 extern const GUID IID_IUniformResourceLocator;
00012 #ifdef __cplusplus
00013 }
00014 #endif
00015 #endif