2003-08-15 Martin Fuchs <Martin-Fuchs@gmx.net>

* include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
	IID_IDragSourceHelper): Declare.
	* lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
	IID_IDragSourceHelper): Define.
This commit is contained in:
Danny Smith
2003-08-15 03:04:25 +00:00
parent 37f0dc7a05
commit b98580a716
3 changed files with 16 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#ifndef _SHLGUID_H
#define _SHLGUID_H
#if __GNUC__ >=3
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
@@ -57,6 +57,9 @@ extern const GUID CLSID_StdHyperLink;
extern const GUID CLSID_FileTypes;
extern const GUID CLSID_InternetShortcut;
extern const GUID IID_IUniformResourceLocator;
extern const GUID CLSID_DragDropHelper;
extern const GUID IID_IDropTargetHelper;
extern const GUID IID_IDragSourceHelper;
#ifdef UNICODE
#define IID_IFileViewer IID_IFileViewerW
#define IID_IShellLink IID_IShellLinkW
@@ -72,7 +75,9 @@ extern const GUID IID_IUniformResourceLocator;
#define IID_IShellExecuteHook IID_IShellExecuteHookA
#define IID_INewShortcutHook IID_INewShortcutHookA
#endif
#ifdef __cplusplus
}
#endif
#endif