From 343572675f502656798e1af7ff43f3c1b1594fc7 Mon Sep 17 00:00:00 2001 From: Aydyn Tairov Date: Thu, 27 Jul 2023 16:30:22 +0100 Subject: [PATCH] minor whitespaces cleanup --- win.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/win.h b/win.h index 11345d8..12c7f39 100644 --- a/win.h +++ b/win.h @@ -13,9 +13,9 @@ * mman-win32 */ -#ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later. -#define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows. -#endif +#ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later. +#define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows. +#endif /* All the headers include this file. */ #ifndef _MSC_VER