diff options
author | Ladislav Zezula <zezula-at-volny-dot-cz> | 2016-11-06 16:50:07 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula-at-volny-dot-cz> | 2016-11-06 16:50:07 +0100 |
commit | 866f56db23e42e55eb0c3c878e5f3fd90e67152f (patch) | |
tree | 31f17bfe0464a8985acba284de9ac353f290312e /src/FileStream.cpp | |
parent | 3c8cc59c40509f7a1476bd9092e30da3365c58c6 (diff) |
+ Reverted include directories
Diffstat (limited to 'src/FileStream.cpp')
-rw-r--r-- | src/FileStream.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FileStream.cpp b/src/FileStream.cpp index 68454fb..1e88b63 100644 --- a/src/FileStream.cpp +++ b/src/FileStream.cpp @@ -13,8 +13,8 @@ /* 11.06.10 1.00 Lad Derived from StormPortMac.cpp and StormPortLinux.cpp */
/*****************************************************************************/
-#define __STORMLIB_NO_AUTO_LINK__
-#include <StormLib.h>
+#define __STORMLIB_SELF__
+#include "StormLib.h"
#include "StormCommon.h"
#include "FileStream.h"
|