Browse Source

guard windows drag and drop support

Josh Engebretson 10 years ago
parent
commit
824a041a80
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Source/Atomic/UI/UIDragDropWindows.cpp

+ 4 - 0
Source/Atomic/UI/UIDragDropWindows.cpp

@@ -1,4 +1,6 @@
 
 
+#ifdef ATOMIC_PLATFORM_WINDOWS
+
 #define WIN32_LEAN_AND_MEAN
 #define WIN32_LEAN_AND_MEAN
 #define STRICT
 #define STRICT
 #ifndef UNICODE
 #ifndef UNICODE
@@ -411,3 +413,5 @@ namespace Atomic
     }
     }
 
 
 }
 }
+
+#endif