diff --git a/r5dev/common/pseudodefs.h b/r5dev/common/pseudodefs.h index 0a7a19f3..c03c6872 100644 --- a/r5dev/common/pseudodefs.h +++ b/r5dev/common/pseudodefs.h @@ -441,8 +441,8 @@ void __noreturn __break(uint16 code, uint16 subcode); #define _UNKNOWN char #ifdef _MSC_VER -#define snprintf _snprintf -#define vsnprintf _vsnprintf +//#define snprintf _snprintf +//#define vsnprintf _vsnprintf #endif // The ADJ() macro is used for shifted pointers. diff --git a/r5dev/core/stdafx.h b/r5dev/core/stdafx.h index d08b57a2..745ef240 100644 --- a/r5dev/core/stdafx.h +++ b/r5dev/core/stdafx.h @@ -57,7 +57,8 @@ #include "public/include/json.hpp" #include "core/assert.h" -#include "core/termutil.h" +#include "core/assert.h" +#include "common/pseudodefs.h" #include "tier0/basetypes.h" #if !defined (SDKLAUNCHER) @@ -74,7 +75,6 @@ namespace } #endif // !SDKLAUNCHER -// Since we wanna be able to use it anywhere I thought this might be the best location for it. Since it gets inlined anyway. #define MEMBER_AT_OFFSET(varType, varName, offset) \ varType& varName() \ { \