FS-5971 --resolve

This commit is contained in:
Anthony Minessale
2013-11-15 21:35:06 +05:00
parent bc05b4c6ce
commit 06e1d700ab
2 changed files with 2 additions and 2 deletions
+1 -1
View 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