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