From 6a5acc1459173c15c0c5f0aa692d7d7d84ae5c14 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 23 Jul 2004 01:31:55 +0000 Subject: [PATCH] fix linker warning --- stepmania/src/pcre/pcre.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/pcre/pcre.h b/stepmania/src/pcre/pcre.h index c8a0275404..40bcb475bd 100644 --- a/stepmania/src/pcre/pcre.h +++ b/stepmania/src/pcre/pcre.h @@ -16,7 +16,7 @@ make changes to pcre.in. */ /* Win32 uses DLL by default */ -#ifdef _WIN32 +/* #ifdef _WIN32 # ifdef PCRE_DEFINITION # ifdef DLL_EXPORT # define PCRE_DATA_SCOPE __declspec(dllexport) @@ -26,7 +26,7 @@ make changes to pcre.in. */ # define PCRE_DATA_SCOPE extern __declspec(dllimport) # endif # endif -#endif +#endif */ #ifndef PCRE_DATA_SCOPE # define PCRE_DATA_SCOPE extern #endif