1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 23:49:03 +00:00

Adding (using) a static Snprintf() to nselib/pcre.c, due to lame problems with nbase + pcrelib on some systems

This commit is contained in:
kris
2007-08-14 16:32:10 +00:00
parent 5396114d73
commit 0118f48500
2 changed files with 20 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
#define PCRE_H
#ifdef WIN32
#define snprintf _snprintf
#define vsnprintf _vsnprintf
#endif /* WIN32 */
#define NSE_PCRELIBNAME "pcre"