1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

OK, I hope the darn thing works on windows now

This commit is contained in:
fyodor
2006-11-20 08:46:08 +00:00
parent 49a4a74d70
commit 360bb361ab
2 changed files with 24 additions and 1 deletions

View File

@@ -58,8 +58,9 @@ circumstance. */
#define PCRE_DATE 04-Jul-2006
/* Win32 uses DLL by default; it needs special stuff for exported functions
when building PCRE. */
when building PCRE. -- COMMENTED OUT BECAUSE I COMPILE STATICALLY */
/*
#ifdef _WIN32
# ifdef PCRE_DEFINITION
# ifdef DLL_EXPORT
@@ -71,6 +72,7 @@ when building PCRE. */
# endif
# endif
#endif
*/
/* Otherwise, we use the standard "extern". */