[CMAKE]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 27 May 2014 21:32:42 +0000 (21:32 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 27 May 2014 21:32:42 +0000 (21:32 +0000)
Revert r63470 and add a comment, that this is not a typo.

svn path=/trunk/; revision=63485

reactos/cmake/msvc.cmake

index d0ca86e..fe2ec99 100644 (file)
@@ -291,7 +291,9 @@ function(generate_import_lib _libname _dllname _spec_file)
 endfunction()
 
 if(ARCH STREQUAL "amd64")
-    add_definitions(/D__x86_64__)
+    # This is NOT a typo.
+    # See https://software.intel.com/en-us/forums/topic/404643
+    add_definitions(/D__x86_64)
     set(SPEC2DEF_ARCH x86_64)
 elseif(ARCH STREQUAL "arm")
     add_definitions(/D__arm__)