From 419daeadd757b31e167fe577f3d0a0eca25c9766 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Sat, 21 Sep 2019 18:33:49 +0200 Subject: Updated Storm.lib test program --- storm_dll/storm_dll.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'storm_dll/storm_dll.h') diff --git a/storm_dll/storm_dll.h b/storm_dll/storm_dll.h index 8625bd0..5c31384 100644 --- a/storm_dll/storm_dll.h +++ b/storm_dll/storm_dll.h @@ -13,13 +13,13 @@ /* 11.04.03 1.00 Lad Added some functions */ /*****************************************************************************/ -// We need the Windows data types for the Storm prototypes -#include - #ifndef __STORM_H__ #define __STORM_H__ -// Somethimes is necessary to change the function names so they +// We need the Windows data types for the Storm prototypes +#include + +// Sometimes is necessary to change the function names so they // will not conflict with other MPQ tools. #ifdef STORM_ALTERNATE_NAMES #define SFILE(Name) Storm##Name @@ -58,6 +58,7 @@ BOOL WINAPI SCOMP(Decompress)(char * pbOutBuffer, int * pdwOutLength, char * pb } #endif +#pragma message("Huhu1") #if defined(_MSC_VER) && !defined(BUILDING_STORM_CPP) #pragma comment(lib, "Storm.lib") // Force linking Storm.lib and thus Storm.dll #endif -- cgit v1.2.3