Allow BindIdentity and FindAdminByIdentity to take more SteamID formats for steam auth type

This commit is contained in:
Nicholas Hastings
2014-09-04 15:26:12 -07:00
parent ec46e12c50
commit 892edd9650
4 changed files with 70 additions and 7 deletions
+2
View File
@@ -218,6 +218,8 @@ class SMConfig(object):
'_CRT_NONSTDC_NO_DEPRECATE',
'_ITERATOR_DEBUG_LEVEL=0',
]
if cxx.version < 1800:
cxx.defines += 'strtoull=_strtoui64'
cxx.cflags += [
'/W3',
]