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:
@@ -2,7 +2,7 @@
|
||||
#define PCRE_H
|
||||
|
||||
#ifdef WIN32
|
||||
#define snprintf _snprintf
|
||||
#define vsnprintf _vsnprintf
|
||||
#endif /* WIN32 */
|
||||
#define NSE_PCRELIBNAME "pcre"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user