aboutsummaryrefslogtreecommitdiff
path: root/src/StormLib.h
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2020-10-24 09:21:20 +0200
committerLadislav Zezula <zezula@volny.cz>2020-10-24 09:21:20 +0200
commit738444bddcf49c09744519a44920dde9d1f29359 (patch)
treef0a6004b2bae90fcb020f3e25d32a831443cedcf /src/StormLib.h
parent51d49e2e167ecf835040f6bbda41579685d89e94 (diff)
Changed PLATFORM_* to STORMLIB_*
Diffstat (limited to 'src/StormLib.h')
-rw-r--r--src/StormLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/StormLib.h b/src/StormLib.h
index 62a8f37..4ddfee3 100644
--- a/src/StormLib.h
+++ b/src/StormLib.h
@@ -618,7 +618,7 @@ typedef struct _TMPQHash
// The hash of the file path, using method B.
DWORD dwName2;
-#ifdef PLATFORM_LITTLE_ENDIAN
+#ifdef STORMLIB_LITTLE_ENDIAN
// The language of the file. This is a Windows LANGID data type, and uses the same values.
// 0 indicates the default language (American English), or that the file is language-neutral.
@@ -1092,7 +1092,7 @@ int WINAPI SCompDecompress2(void * pvOutBuffer, int * pcbOutBuffer, void * pv
//-----------------------------------------------------------------------------
// Non-Windows support for SetLastError/GetLastError
-#ifndef PLATFORM_WINDOWS
+#ifndef STORMLIB_WINDOWS
void SetLastError(DWORD dwErrCode);
DWORD GetLastError();