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:
@@ -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". */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user