From 4fb49e6aa0a017768c58a2261a8da8dd59639557 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Thu, 2 Feb 2023 09:03:11 +0100 Subject: Linux build errors --- test/StormTest.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/StormTest.cpp') diff --git a/test/StormTest.cpp b/test/StormTest.cpp index 6ff91c3..e8a52dc 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -36,6 +36,8 @@ //------------------------------------------------------------------------------ // Local structures +#define ID_XHSC 0x58485343 // 'XHSC' + // Artificial error code for situations where we don't know the result #define ERROR_UNDETERMINED_RESULT 0xC000FFFF @@ -230,8 +232,8 @@ static const wchar_t szUnicodeName6[] = { // Arabic static SFILE_MARKERS MpqMarkers[] = { - {sizeof(SFILE_MARKERS), ID_MPQ, "(hash table)", "(block table)"}, - {sizeof(SFILE_MARKERS), 'XHSC', "(cash table)", "(clock table)"} + {sizeof(SFILE_MARKERS), ID_MPQ, "(hash table)", "(block table)"}, + {sizeof(SFILE_MARKERS), ID_XHSC, "(cash table)", "(clock table)"} }; //----------------------------------------------------------------------------- -- cgit v1.2.3