1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

done updating libpcap and pcre

This commit is contained in:
fyodor
2005-09-11 10:55:03 +00:00
parent d821d2cd44
commit e93e746aa4
17 changed files with 12456 additions and 3179 deletions

View File

@@ -48,17 +48,7 @@ make changes to pcre.in. */
/* Win32 uses DLL by default; it needs special stuff for exported functions. */
#ifdef _WIN32
# ifdef PCRE_DEFINITION
# ifdef DLL_EXPORT
# define PCRE_DATA_SCOPE __declspec(dllexport)
# endif
# else
# ifndef PCRE_STATIC
# define PCRE_DATA_SCOPE extern __declspec(dllimport)
# endif
# endif
#endif
/* Removed -- Fyodor */
/* For other operating systems, we use the standard "extern". */