From 3c5100510f1c60e79f38ef637564f26a52d27577 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Thu, 18 Oct 2012 23:26:06 +0200 Subject: [PATCH] Separate correctly the Win32-only code --- src/fe-gtk/setup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index 2e167d5e..9c4a38c1 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -99,6 +99,7 @@ typedef struct int extra; } setting; +#ifdef WIN32 static const char *const langsmenu[] = { N_("Albanian"), @@ -147,6 +148,7 @@ static const char *const langsmenu[] = N_("Walloon"), NULL }; +#endif static const setting appearance_settings[] = {