summaryrefslogtreecommitdiff
path: root/src/sysExec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysExec.cpp')
-rw-r--r--src/sysExec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysExec.cpp b/src/sysExec.cpp
index bf3714d..8db7dc5 100644
--- a/src/sysExec.cpp
+++ b/src/sysExec.cpp
@@ -39,7 +39,7 @@
#include "anytunError.h"
//use system specific sys exec
-#ifndef _MSC_VER
+#if !defined(_MSC_VER) && !defined(MINGW)
#include "sysExec.hpp"
#else
#include "win32/sysExec.hpp"