summaryrefslogtreecommitdiff
path: root/indra/llwindow/lldragdropwin32.h
diff options
context:
space:
mode:
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