From 07274513e984f0b5544586c74508ccd16e7dcafa Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Jan 2013 17:29:19 +1000 Subject: Remove EFL, since it's been released now. --- .../lib/ecore_win32/ecore_win32_dnd_drop_source.h | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 libraries/ecore/src/lib/ecore_win32/ecore_win32_dnd_drop_source.h (limited to 'libraries/ecore/src/lib/ecore_win32/ecore_win32_dnd_drop_source.h') diff --git a/libraries/ecore/src/lib/ecore_win32/ecore_win32_dnd_drop_source.h b/libraries/ecore/src/lib/ecore_win32/ecore_win32_dnd_drop_source.h deleted file mode 100644 index 9081f46..0000000 --- a/libraries/ecore/src/lib/ecore_win32/ecore_win32_dnd_drop_source.h +++ /dev/null @@ -1,36 +0,0 @@ -#ifndef __ECORE_WIN32_DND_DROP_SOURCE_H__ -#define __ECORE_WIN32_DND_DROP_SOURCE_H__ - - -#define WIN32_LEAN_AND_MEAN -#include -#undef WIN32_LEAN_AND_MEAN -#include - -#include "Ecore_Win32.h" - - -class DropSource : public IDropSource -{ - private: - - LONG ref_count_; - - public: // structors - - DropSource(); - - public: // IUnknown - - HRESULT __stdcall QueryInterface(REFIID iid, void ** ppvObject); - ULONG __stdcall AddRef(); - ULONG __stdcall Release(); - - public: // IDropSource - - HRESULT __stdcall QueryContinueDrag(BOOL fEscapePressed, DWORD grfKeyState); - HRESULT __stdcall GiveFeedback(DWORD dwEffect); -}; - - -#endif /* __ECORE_WIN32_DND_DROP_SOURCE_H__ */ -- cgit v1.1