commit 17837a2eaf4e36387d2652b8a156329b5197bcc5 parent fabcc7e5516e666fc2affc3f17e3c414e9f210dd Author: fundamental <[email protected]> Date: Sun, 23 Jul 2017 11:07:53 -0400 Fix WIN32 #ifdef Diffstat:
M | src/Misc/Bank.cpp | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Misc/Bank.cpp b/src/Misc/Bank.cpp @@ -30,7 +30,7 @@ #include "Util.h" #include "Part.h" #include "BankDb.h" -#ifndef WIN32 +#ifdef WIN32 #include <windows.h> #endif