- define snprintf to _snprintf for win32

This commit is contained in:
Bryce Denney 2001-05-16 17:55:29 +00:00
parent 6a958e88c5
commit 7c7f61e877
1 changed files with 6 additions and 0 deletions

View File

@ -70,6 +70,12 @@ extern "C" {
# define off_t long
# define ssize_t int
#endif
// win32 has snprintf though with different name.
#define snprintf _snprintf
#endif
#endif
#include "config.h" /* generated by configure script from config.h.in */