mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 21:22:38 +01:00
Separate correctly the Win32-only code
This commit is contained in:
parent
9abfecf05e
commit
3c5100510f
@ -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[] =
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user