aboutsummaryrefslogtreecommitdiff
path: root/storm_dll
diff options
context:
space:
mode:
authorLadislav Zezula <e:\Ladik\Mail>2019-09-21 20:43:35 +0200
committerLadislav Zezula <e:\Ladik\Mail>2019-09-21 20:43:35 +0200
commit42e4452b47926a9ae0e47c0222c340064f056436 (patch)
tree148f6647ae8de3da481e5f7f3a70a0dd87216dc2 /storm_dll
parent419daeadd757b31e167fe577f3d0a0eca25c9766 (diff)
Removed forgotten debug message
Diffstat (limited to 'storm_dll')
-rw-r--r--storm_dll/storm_dll.h1
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