summaryrefslogtreecommitdiff
path: root/indra/llwindow/lldragdropwin32.h
diff options
context:
space:
mode:
authorcallum <none@none>2009-11-13 17:43:55 -0800
committercallum <none@none>2009-11-13 17:43:55 -0800
commit778005a350308d51f114ece74b4e7f3e7af3d37e (patch)
tree82754ac9bd1854732cfc553b91278bd54513e856 /indra/llwindow/lldragdropwin32.h
parent3dd79ad226bc8e0aec18dba87223a3f50ecf360b (diff)
Reworked IDropTarget COM interface impl - now much cleaner and doesn't crash!
Diffstat (limited to 'indra/llwindow/lldragdropwin32.h')
-rw-r--r--indra/llwindow/lldragdropwin32.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/indra/llwindow/lldragdropwin32.h b/indra/llwindow/lldragdropwin32.h
index 6137e5eb65..624f4ad24b 100644
--- a/indra/llwindow/lldragdropwin32.h
+++ b/indra/llwindow/lldragdropwin32.h
@@ -33,10 +33,10 @@
#ifndef LL_LLDRAGDROP32_H
#define LL_LLDRAGDROP32_H
+#if LL_WINDOWS
+
#include <windows.h>
#include <ole2.h>
-#include <shlobj.h>
-#include <shlwapi.h>
class LLDragDropWin32
{
@@ -52,4 +52,6 @@ class LLDragDropWin32
HWND mDropWindowHandle;
};
-#endif
+#endif // LL_WINDOWS
+
+#endif // LL_LLDRAGDROP32_H