From 9ad1e5d635e2fd4c2486d5f2bf1cb52d8e768558 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 23 Jun 2023 10:25:18 +0200 Subject: Dep/CascLib: Update to ladislav-zezula/CascLib@ebd79e8fd43279343c543a27fce620f6b1b53cb9 --- dep/CascLib/src/CascDumpData.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dep/CascLib/src/CascDumpData.cpp') diff --git a/dep/CascLib/src/CascDumpData.cpp b/dep/CascLib/src/CascDumpData.cpp index e29e93d093c..1c26efbeba1 100644 --- a/dep/CascLib/src/CascDumpData.cpp +++ b/dep/CascLib/src/CascDumpData.cpp @@ -12,7 +12,7 @@ #include "CascLib.h" #include "CascCommon.h" -#ifdef _DEBUG // The entire feature is only valid for debug purposes +#ifdef CASCLIB_DEBUG // The entire feature is only valid for debug purposes //----------------------------------------------------------------------------- // Forward definitions @@ -78,7 +78,7 @@ static void DumpKey(FILE * fp, const char * szInFormat, LPBYTE pbData, size_t cb // If there will be more lines, then we clear the entire part until "%s" if(szFormatSpec != NULL) memset(szFormat, ' ', (szFormatSpec - szFormat)); - + // Move pointers pbData += MD5_HASH_SIZE; } @@ -541,9 +541,9 @@ void CascDumpStorage(HANDLE hStorage, const char * szDumpFile) } } -#else // _DEBUG +#else // CASCLIB_DEBUG // so linker won't mind this .cpp file is empty in non-DEBUG builds void unused_symbol() { } -#endif // _DEBUG +#endif // CASCLIB_DEBUG -- cgit v1.2.3