We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f841b96 commit 250785eCopy full SHA for 250785e
build/win/w32pragma.h
@@ -67,7 +67,7 @@
67
#define G__WIN32 1
68
69
#ifdef _WIN64
70
-#define __x86_64__ 1
+#define R__x86_64__ 1
71
#define WIN64 1
72
#define G__WIN64 1
73
#else
core/foundation/inc/ROOT/RConfig.hxx
@@ -392,7 +392,7 @@
392
# ifndef WIN64
393
# define WIN64
394
# endif
395
-# define __x86_64__ 1
+# define R__x86_64__ 1
396
# define R__B64 /* enable when 64 bit machine */
397
#endif
398
0 commit comments