aboutsummaryrefslogtreecommitdiff
path: root/src/SBaseCommon.cpp
diff options
context:
space:
mode:
authorLectem <lectem@gmail.com>2016-11-05 02:20:51 +0100
committerLectem <lectem@gmail.com>2016-11-05 03:56:39 +0100
commit32f7f18642d30d9e1531d317bb6d2e3fb97ab15a (patch)
treea4a2d72479fbd26b7b7ede6f97d6133dc3388021 /src/SBaseCommon.cpp
parent0d77ab2d191d84122d62f5f74fd5862e79b2ef30 (diff)
fix cmake dependency and move headers to include
Diffstat (limited to 'src/SBaseCommon.cpp')
-rw-r--r--src/SBaseCommon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SBaseCommon.cpp b/src/SBaseCommon.cpp
index aa891df..86a62c8 100644
--- a/src/SBaseCommon.cpp
+++ b/src/SBaseCommon.cpp
@@ -11,8 +11,8 @@
/* 06.09.10 1.01 Lad Renamed to SBaseCommon.cpp */
/*****************************************************************************/
-#define __STORMLIB_SELF__
-#include "StormLib.h"
+#define __STORMLIB_NO_AUTO_LINK__
+#include <StormLib.h>
#include "StormCommon.h"
char StormLibCopyright[] = "StormLib v " STORMLIB_VERSION_STRING " Copyright Ladislav Zezula 1998-2014";