]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/test_binobj.cxx
scenery: Use correct property root in xml loading.
[simgear.git] / simgear / io / test_binobj.cxx
index 50d60913eeb5da25e540b9bb5e4306f8a535ff59..2ca1edf149bdd02e474fb1e210b94ed8e2d22194 100644 (file)
@@ -9,7 +9,7 @@
 #include <cstdlib>
 #include <cstdio>
 
-#ifdef _MSC_VER
+#if defined _MSC_VER || defined _WIN32_WINNT
 #   define  random  rand
 #endif