fixed the MSVC build.

This commit is contained in:
Gunter Knauf 2004-06-24 13:49:14 +00:00
parent 62f0457961
commit e7dbbd16a5
2 changed files with 12 additions and 1 deletions

View file

@ -232,6 +232,11 @@
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
#else
/* MSVC needs an underscore */
#define snprintf _snprintf
#endif
#endif