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 /test/StormTest.cpp | |
parent | 3c8cc59c40509f7a1476bd9092e30da3365c58c6 (diff) |
+ Reverted include directories
Diffstat (limited to 'test/StormTest.cpp')
-rw-r--r-- | test/StormTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp index a5290a4..7909dfd 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -11,14 +11,14 @@ #define _CRT_NON_CONFORMING_SWPRINTFS
#define _CRT_SECURE_NO_DEPRECATE
#define __INCLUDE_CRYPTOGRAPHY__
-#define __STORMLIB_NO_AUTO_LINK__ // Don't use StormLib.lib
+#define __STORMLIB_SELF__ // Don't use StormLib.lib
#include <stdio.h>
#ifdef _MSC_VER
#include <crtdbg.h>
#endif
-#include "../include/StormLib.h"
+#include "../src/StormLib.h"
#include "../src/StormCommon.h"
#include "TLogHelper.cpp" // Helper class for showing test results
|