Got rid of a lot of incorrect variable declaration and missing extern's, 86Box now successfully links when compiled with GCC 10.x.

This commit is contained in:
OBattler
2020-05-12 13:36:47 +02:00
parent cb6bedf70f
commit 241ad90b54
12 changed files with 56 additions and 53 deletions

View File

@@ -59,8 +59,8 @@ int infocus = 1;
int rctrl_is_lalt = 0;
int user_resize = 0;
char openfilestring[512];
WCHAR wopenfilestring[512];
extern char openfilestring[512];
extern WCHAR wopenfilestring[512];
/* Local data. */