From f65dddc7b28e3cc8d660b3a7cf336b27c18b1ce7 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Tue, 1 Oct 2013 09:47:16 +0200 Subject: misc small spelling/indentation fixes --- src/init.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/init.cpp') diff --git a/src/init.cpp b/src/init.cpp index fb03e7b66..d8d1a55fc 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -339,8 +339,8 @@ bool AppInit2(boost::thread_group& threadGroup) // Minimum supported OS versions: WinXP SP3, WinVista >= SP1, Win Server 2008 // A failure is non-critical and needs no further attention! #ifndef PROCESS_DEP_ENABLE -// We define this here, because GCCs winbase.h limits this to _WIN32_WINNT >= 0x0601 (Windows 7), -// which is not correct. Can be removed, when GCCs winbase.h is fixed! + // We define this here, because GCCs winbase.h limits this to _WIN32_WINNT >= 0x0601 (Windows 7), + // which is not correct. Can be removed, when GCCs winbase.h is fixed! #define PROCESS_DEP_ENABLE 0x00000001 #endif typedef BOOL (WINAPI *PSETPROCDEPPOL)(DWORD); -- cgit v1.2.3