Simplify functag handling.

This commit is contained in:
David Anderson
2014-08-20 00:00:24 -07:00
parent 942a3cd155
commit e5e2c1fa3d
5 changed files with 176 additions and 171 deletions
+4 -3
View File
@@ -964,9 +964,10 @@ SC_VDECL jmp_buf errbuf; /* target of longjmp() on a fatal error */
#endif
#if defined WIN32
#if !defined snprintf
#define snprintf _snprintf
#endif
# if !defined snprintf
# define snprintf _snprintf
# define vsnprintf _vsnprintf
# endif
#endif
#endif /* SC_SKIP_VDECL */