FS-5971 --resolve

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