Make sure certain variables used only on some platforms are defined only on said platforms

This commit is contained in:
Alexander Babikov
2022-04-14 06:48:25 +05:00
parent 4d18efd825
commit 484a082122
2 changed files with 10 additions and 0 deletions

View File

@@ -404,7 +404,9 @@ pc_init(int argc, char *argv[])
time_t now;
int c;
int ng = 0, lvmp = 0;
#ifdef _WIN32
uint32_t *uid, *shwnd;
#endif
uint32_t lang_init = 0;
/* Grab the executable's full path. */