From 591559f8dcd0b0a2be505f3e236494d23c6adf01 Mon Sep 17 00:00:00 2001 From: Amos <48657826+Mauler125@users.noreply.github.com> Date: Wed, 26 Jan 2022 23:45:08 +0100 Subject: [PATCH] Add pseudodefs to precompiled header file --- r5dev/common/pseudodefs.h | 4 ++-- r5dev/core/stdafx.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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() \ { \