fixed windows build errors

This commit is contained in:
Mathieu Labbé
2015-10-17 16:36:34 -04:00
parent 303e64e8d8
commit 2953217c2c
2 changed files with 4 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ BASIC_TYPE_SERIALIZER(bool);
// unsigned __int64 ~= unsigned long long
// Will throw error on VS2013
#if _MSC_VER != 1800
BASIC_TYPE_SERIALIZER(unsigned __int64);
//BASIC_TYPE_SERIALIZER(unsigned __int64);
#endif
#endif