Update comments

This commit is contained in:
Satoshi Tanda
2020-03-07 10:47:18 -08:00
parent adf09d85af
commit cd56f77bc0
32 changed files with 276 additions and 229 deletions

View File

@@ -19,7 +19,7 @@
// difference of the formatting functions. Use them like the standard's PRIx macro
// family.
//
#if defined(NTDDI_VERSION)
#if defined(MV_PLATFORM_WINDOWS)
#define LOG_PRIANSI "s"
#define LOG_PRIUNICODE "S"
#else