File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 8989 <FunctionLevelLinking >true</FunctionLevelLinking >
9090 <IntrinsicFunctions >true</IntrinsicFunctions >
9191 <SDLCheck >true</SDLCheck >
92- <PreprocessorDefinitions >KEX_Q2_GAME;KEX_Q2GAME_EXPORTS;NO_FMT_SOURCE;KEX_Q2GAME_DYNAMIC;_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
92+ <PreprocessorDefinitions >KEX_Q2_GAME;KEX_Q2GAME_EXPORTS;NO_FMT_SOURCE;FMT_HEADER_ONLY; KEX_Q2GAME_DYNAMIC;_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
9393 <ConformanceMode >true</ConformanceMode >
9494 <LanguageStandard >stdcpp17</LanguageStandard >
9595 <DisableSpecificWarnings >4267;4244</DisableSpecificWarnings >
Original file line number Diff line number Diff line change 3333namespace fmt = std;
3434#define FMT_STRING (s ) s
3535#else
36+ #ifndef FMT_HEADER_ONLY
37+ #define FMT_HEADER_ONLY 1
38+ #endif
3639#include < fmt/format.h>
3740#endif
3841
You can’t perform that action at this time.
0 commit comments