(hStdIn) [_WIN32]: Add extern to declaration.
This commit is contained in:
parent
a626ecc888
commit
8b934d615b
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ extern char *SO;
|
|||
extern char *SE;
|
||||
|
||||
#ifdef _WIN32
|
||||
HANDLE hStdIn;
|
||||
extern HANDLE hStdIn;
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue