diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-11-29 06:43:44 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-11-29 06:43:44 +0000 |
commit | 830858b9f72fef55d3617bda439d5b3999b4a0b0 (patch) | |
tree | f55cf33f095a3ad23b7cd5f94a13cabcb7b5e7db /legacy/ecore/src/lib/ecore_win32/ecore_win32_dnd_drop_source.cpp | |
parent | 4c78e106c3705abd30d87ad3a6307eb2190b4107 (diff) |
Ecore: more __UNUSED__ fixes
SVN revision: 79812
Diffstat (limited to 'legacy/ecore/src/lib/ecore_win32/ecore_win32_dnd_drop_source.cpp')
-rw-r--r-- | legacy/ecore/src/lib/ecore_win32/ecore_win32_dnd_drop_source.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/ecore/src/lib/ecore_win32/ecore_win32_dnd_drop_source.cpp b/legacy/ecore/src/lib/ecore_win32/ecore_win32_dnd_drop_source.cpp index bea7736b7d..a3a8bb1865 100644 --- a/legacy/ecore/src/lib/ecore_win32/ecore_win32_dnd_drop_source.cpp +++ b/legacy/ecore/src/lib/ecore_win32/ecore_win32_dnd_drop_source.cpp | |||
@@ -67,7 +67,7 @@ HRESULT DropSource::QueryContinueDrag(BOOL fEscapePressed, DWORD grfKeyState) | |||
67 | return S_OK; | 67 | return S_OK; |
68 | } | 68 | } |
69 | 69 | ||
70 | HRESULT DropSource::GiveFeedback(DWORD dwEffect __UNUSED__) | 70 | HRESULT DropSource::GiveFeedback(DWORD dwEffect EINA_UNUSED) |
71 | { | 71 | { |
72 | return DRAGDROP_S_USEDEFAULTCURSORS; | 72 | return DRAGDROP_S_USEDEFAULTCURSORS; |
73 | } | 73 | } |