Fixing field bug and other small stuff

This commit is contained in:
Nekiro
2019-05-03 20:23:37 +02:00
parent 87ba59c649
commit 7ecb9b7b0d
3 changed files with 3 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ static constexpr auto CLIENT_VERSION_STR = "7.72";
#pragma warning(disable:4267) // 'var' : conversion from 'size_t' to 'type', possible loss of data
#pragma warning(disable:4351) // new behavior: elements of array will be default initialized
#pragma warning(disable:4458) // declaration hides class member
#pragma warning(disable:4018) // signed/unsigned mismatch
#endif
#define strcasecmp _stricmp