stoddard 99/10/18 07:48:26
Modified: src/include hsregex.h
src/regex regex2.h
Log:
Remove the WIN32 specific API_EXPORT definition. We now use .def files to
declare exports in Win32.
Revision Changes Path
1.4 +0 -4 apache-2.0/src/include/hsregex.h
Index: hsregex.h
===================================================================
RCS file: /export/home/cvs/apache-2.0/src/include/hsregex.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hsregex.h 1999/08/28 03:03:32 1.3
+++ hsregex.h 1999/10/18 14:48:22 1.4
@@ -9,11 +9,7 @@
/* === regex2.h === */
#ifndef API_EXPORT
-#ifdef WIN32
-#define API_EXPORT(type) __declspec(dllexport) type __stdcall
-#else
#define API_EXPORT(type) type
-#endif
#endif
#if defined(MAC_OS) || defined(MAC_OS_X_SERVER)
1.10 +0 -4 apache-2.0/src/regex/regex2.h
Index: regex2.h
===================================================================
RCS file: /export/home/cvs/apache-2.0/src/regex/regex2.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- regex2.h 1999/08/28 03:03:34 1.9
+++ regex2.h 1999/10/18 14:48:24 1.10
@@ -1,11 +1,7 @@
/*
* First, the stuff that ends up in the outside-world include file
= #ifndef API_EXPORT
- = #ifdef WIN32
- = #define API_EXPORT(type) __declspec(dllexport) type __stdcall
- = #else
= #define API_EXPORT(type) type
- = #endif
= #endif
=
= #if defined(MAC_OS) || defined(MAC_OS_X_SERVER)