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/SFileAttributes.cpp | |
parent | 3c8cc59c40509f7a1476bd9092e30da3365c58c6 (diff) |
+ Reverted include directories
Diffstat (limited to 'src/SFileAttributes.cpp')
-rw-r--r-- | src/SFileAttributes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SFileAttributes.cpp b/src/SFileAttributes.cpp index d9f812d..d58426c 100644 --- a/src/SFileAttributes.cpp +++ b/src/SFileAttributes.cpp @@ -8,8 +8,8 @@ /* 12.06.04 1.00 Lad The first version of SAttrFile.cpp */
/*****************************************************************************/
-#define __STORMLIB_NO_AUTO_LINK__
-#include <StormLib.h>
+#define __STORMLIB_SELF__
+#include "StormLib.h"
#include "StormCommon.h"
//-----------------------------------------------------------------------------
|