diff options
author | Ladislav Zezula <e:\Ladik\Mail> | 2019-09-21 18:33:49 +0200 |
---|---|---|
committer | Ladislav Zezula <e:\Ladik\Mail> | 2019-09-21 18:33:49 +0200 |
commit | 419daeadd757b31e167fe577f3d0a0eca25c9766 (patch) | |
tree | 6b0ffc094505317c824e1c10da4eeb2f1e988b0b /storm_dll/storm_dll.h | |
parent | 33fd0ed19bbf2412a3d8a17a935f2009a468798f (diff) |
Updated Storm.lib test program
Diffstat (limited to 'storm_dll/storm_dll.h')
-rw-r--r-- | storm_dll/storm_dll.h | 9 |
1 files changed, 5 insertions, 4 deletions
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 <windows.h> - #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 <windows.h> + +// 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 |