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

heading off for thanksgiving

This commit is contained in:
fyodor
2005-11-22 23:21:55 +00:00
parent 374b6c9a82
commit 0d32ed3592
14 changed files with 3927 additions and 2430 deletions

View File

@@ -48,7 +48,17 @@ make changes to pcre.in. */
/* Win32 uses DLL by default; it needs special stuff for exported functions. */
/* Removed -- Fyodor */
#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
/* For other operating systems, we use the standard "extern". */