Merged PR 4915530: Reflect OS Build fixes on top of 58f5d7c7

This commit is contained in:
Dustin Howett 2020-07-13 23:00:53 +00:00
parent 0845b3c22f
commit eda216fbbc
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
# -------------------------------------
UNICODE = 1
C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE
C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE -DFMT_HEADER_ONLY
# -------------------------------------
# CRT Configuration

View File

@ -9,7 +9,7 @@
# Preprocessor Settings
# -------------------------------------
C_DEFINES = $(C_DEFINES) -DINLINE_TEST_METHOD_MARKUP -DUNIT_TESTING
C_DEFINES = $(C_DEFINES) -DINLINE_TEST_METHOD_MARKUP -DUNIT_TESTING -DFMT_HEADER_ONLY
# -------------------------------------
# Program Information