From 866f56db23e42e55eb0c3c878e5f3fd90e67152f Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Sun, 6 Nov 2016 16:50:07 +0100 Subject: + Reverted include directories --- test/StormTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 #ifdef _MSC_VER #include #endif -#include "../include/StormLib.h" +#include "../src/StormLib.h" #include "../src/StormCommon.h" #include "TLogHelper.cpp" // Helper class for showing test results -- cgit v1.2.3