diff options
Diffstat (limited to 'storm_dll')
-rw-r--r-- | storm_dll/storm_dll.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storm_dll/storm_dll.h b/storm_dll/storm_dll.h index 5c31384..75681b8 100644 --- a/storm_dll/storm_dll.h +++ b/storm_dll/storm_dll.h @@ -58,7 +58,6 @@ 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 |