瀏覽代碼

guard windows drag and drop support

Josh Engebretson 10 年之前
父節點
當前提交
824a041a80
共有 1 個文件被更改,包括 4 次插入0 次删除
  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 STRICT
 #ifndef UNICODE
@@ -411,3 +413,5 @@ namespace Atomic
     }
 
 }
+
+#endif