Initial commit
This commit is contained in:
15
TBE/MinGW/include/isguids.h
Normal file
15
TBE/MinGW/include/isguids.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _ISGUID_H
|
||||
#define _ISGUID_H
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
extern const GUID CLSID_InternetShortcut;
|
||||
extern const GUID IID_IUniformResourceLocator;
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user