(hStdIn) [_WIN32]: Add extern to declaration.

This commit is contained in:
Ron Koenderink 2005-12-25 00:51:55 +00:00
parent a626ecc888
commit 8b934d615b

View file

@ -58,7 +58,7 @@ extern char *SO;
extern char *SE;
#ifdef _WIN32
HANDLE hStdIn;
extern HANDLE hStdIn;
#endif
#ifdef _WIN32