From 42e4452b47926a9ae0e47c0222c340064f056436 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Sat, 21 Sep 2019 20:43:35 +0200 Subject: Removed forgotten debug message --- storm_dll/storm_dll.h | 1 - 1 file changed, 1 deletion(-) (limited to 'storm_dll') 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 -- cgit v1.2.3