]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5971 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 15 Nov 2013 16:35:06 +0000 (21:35 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 15 Nov 2013 16:35:06 +0000 (21:35 +0500)
src/include/switch_platform.h
src/include/switch_version.h.template

index dfd8c012bc6163d63e13a78d144c50719358ad18..e0cf9cd51b241ee5709dcb31a71904cc94f23e6d 100644 (file)
@@ -268,7 +268,7 @@ typedef intptr_t switch_ssize_t;
 #endif
 
 
-#if UINTPTR_MAX == 0xffffffffffffffff
+#if UINTPTR_MAX == 0xffffffffffffffff || defined(_WIN64)
 #define FS_64BIT 1
 #endif
 
index 06169d603f96e0eab6e52a1b55ba2564ae77cbf5..61ebca8a987a9e09050946d10b47915dd63c27da 100644 (file)
@@ -37,7 +37,7 @@
 extern "C" {
 #endif
 
-#if UINTPTR_MAX == 0xffffffffffffffff
+#if UINTPTR_MAX == 0xffffffffffffffff || defined(_WIN64)
 #define _fs__bits "64bit"
 #else
 #define _fs__bits "32bit"