From e2f208c83f5302b4975166e5b9516dcead1cd9e1 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Sun, 12 Jul 2015 16:50:19 +0200 Subject: [PATCH] Formatting. --- src/ae.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ae.c b/src/ae.c index 164aff76..eb60948b 100644 --- a/src/ae.c +++ b/src/ae.c @@ -32,15 +32,15 @@ #include #include -#ifndef _WIN32 - #include - #include - #include -#else +#ifdef _WIN32 #include #include #include "..\..\src\win32_Interop\Win32_FDAPI.h" -#include "..\..\src\win32_Interop\Win32_Service.h" + #include "..\..\src\win32_Interop\Win32_Service.h" +#else + #include + #include + #include #endif #include #include