The Visual Studio ANSI C compatibility flag now covers these functions
so now the defines create a conflict.
Signed-off-by: Ron Koenderink <rkoenderink@gmail.com>
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
#define O_ACCMODE (_O_RDONLY|_O_WRONLY|_O_RDWR)
#endif
-/* stdio.h */
-#ifdef _MSC_VER
-#define snprintf _snprintf
-#define vsnprintf _vsnprintf
-#endif
-
/* time.h */
struct tm;
extern char *strptime(const char *buf, const char *fmt, struct tm *tm);