1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 09:59:04 +00:00

Reverting nselib pcre.[ch] changes from r5538; other changes to follow

This commit is contained in:
kris
2007-08-14 16:17:37 +00:00
parent 0b50c16b38
commit 24cb259f01
2 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
#ifndef PCRE_H
#define PCRE_H
#ifdef WIN32
#define snprintf _snprintf
#endif /* WIN32 */
#define NSE_PCRELIBNAME "pcre"
LUALIB_API int luaopen_pcre(lua_State *L);