1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 18:39:03 +00:00

added a visual studio project file for the nselib pcre

C-module
updated the nmap.sln accordingly
This commit is contained in:
stoiko
2007-08-13 08:32:48 +00:00
parent bfd568e847
commit ef2c7d1384
3 changed files with 216 additions and 0 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);