MSVC: Fix strerror() redefinition for MSVC

This commit is contained in:
darkstar
2018-02-21 21:55:42 +01:00
parent 03f1de3f09
commit bd8bdf509c

View File

@@ -19,7 +19,9 @@ int dostats = 0;
#endif
int slirp_debug = 0;
#ifndef _MSC_VER
extern char *strerror _P((int));
#endif
/* Carry over one item from main.c so that the tty's restored.
* Only done when the tty being used is /dev/tty --RedWolf */