Separate correctly the Win32-only code

This commit is contained in:
Berke Viktor 2012-10-18 23:26:06 +02:00
parent 9abfecf05e
commit 3c5100510f
1 changed files with 2 additions and 0 deletions

View File

@ -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[] =
{