mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 16:50:19 +00:00
Separate correctly the Win32-only code
This commit is contained in:
@@ -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[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user