From 5a7308bdf6db8aa80225db19e4463adf75a9c2d1 Mon Sep 17 00:00:00 2001 From: Kai Tietz Date: Tue, 26 Aug 2014 15:27:36 +0200 Subject: [PATCH] A whitespace change --- mingw-w64-headers/include/datetimeapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/datetimeapi.h b/mingw-w64-headers/include/datetimeapi.h index 6517d5e66..b37008066 100755 --- a/mingw-w64-headers/include/datetimeapi.h +++ b/mingw-w64-headers/include/datetimeapi.h @@ -15,7 +15,7 @@ extern "C" { #endif - #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP) +#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP) WINBASEAPI int WINAPI GetTimeFormatEx (LPCWSTR lpLocaleName, DWORD dwFlags, CONST SYSTEMTIME *lpTime, LPCWSTR lpFormat, LPWSTR lpTimeStr, int cchTime); WINBASEAPI int WINAPI GetDateFormatEx (LPCWSTR lpLocaleName, DWORD dwFlags, CONST SYSTEMTIME *lpDate, LPCWSTR lpFormat, LPWSTR lpDateStr, int cchDate, LPCWSTR lpCalendar); #endif