From 23304b17704d0c28dfd399f1dc6b949f6d0aed36 Mon Sep 17 00:00:00 2001 From: Thomas den Hollander Date: Fri, 20 Feb 2015 08:59:09 +0100 Subject: [PATCH] Moved endif to end of file --- src/platform/windows.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/platform/windows.c b/src/platform/windows.c index bd70ece87a..a65f58ade2 100644 --- a/src/platform/windows.c +++ b/src/platform/windows.c @@ -30,7 +30,6 @@ #include "../localisation/currency.h" #include "../config.h" #include "platform.h" -#include "winnls.h" // The name of the mutex used to prevent multiple instances of the game from running #define SINGLE_INSTANCE_MUTEX_NAME "RollerCoaster Tycoon 2_GSKMUTEX" @@ -595,8 +594,6 @@ PCHAR *CommandLineToArgvA(PCHAR CmdLine, int *_argc) return argv; } -#endif - uint16 platform_get_locale_language(){ WCHAR langCode[4]; @@ -717,4 +714,6 @@ uint8 platform_get_locale_temperature_format(){ default: return TEMPERATURE_FORMAT_C; } -} \ No newline at end of file +} + +#endif \ No newline at end of file