From 2019e311b10bc56d0ab99759d7a8a42a85b97dc0 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 5 Jan 2012 21:41:59 +0000 Subject: compiler clean windows checks --- src/anytun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/anytun.cpp') diff --git a/src/anytun.cpp b/src/anytun.cpp index d125ee9..4d367f1 100644 --- a/src/anytun.cpp +++ b/src/anytun.cpp @@ -50,7 +50,7 @@ #include "authAlgoFactory.h" #include "keyDerivationFactory.h" #include "signalController.h" -#ifndef _MSC_VER +#if !defined(_MSC_VER) && !defined(MINGW) # include "daemonService.h" #else # ifdef WIN_SERVICE -- cgit v1.2.3