diff options
author | Ladislav Zezula <zezula@volny.cz> | 2024-12-04 09:16:28 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2024-12-04 09:16:28 +0100 |
commit | d1bf5e1c71af432ccc24371a3611dc33edb7361f (patch) | |
tree | b4c37708fd47b0a715843cfda0aac11f2cca5a1e /test/TLogHelper.cpp | |
parent | e10150c8c389e6cd2ce41f88a3c0331ed499fb81 (diff) |
Changed behavior of patched files with MPQ_FLAG_DELETE_MARKER
Diffstat (limited to 'test/TLogHelper.cpp')
-rw-r--r-- | test/TLogHelper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TLogHelper.cpp b/test/TLogHelper.cpp index c0e5e14..baa5327 100644 --- a/test/TLogHelper.cpp +++ b/test/TLogHelper.cpp @@ -29,6 +29,7 @@ #endif
#define fmt_X_of_Y_a "(" fmt_I64u_a " of " fmt_I64u_a ")"
+#define fmt_X_of_Y_t _T(fmt_X_of_Y_a)
#ifdef __CASCLIB_SELF__
#define TEST_MIN CASCLIB_MIN
|