]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
sorry, but there was a minor buggy API_EXPORT define within src/cygwin/os.h
authorMartin Kraemer <martin@apache.org>
Mon, 2 Apr 2001 18:56:39 +0000 (18:56 +0000)
committerMartin Kraemer <martin@apache.org>
Mon, 2 Apr 2001 18:56:39 +0000 (18:56 +0000)
which caused a make error while compiling in static mode.

Stipe

tolj@wapme-systems.de

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88654 13f79535-47bb-0310-9956-ffa450edef68

src/os/cygwin/os.h

index 19be8d0336f24175ec76dfe4b8da591246825c6b..cce0e96a7fdc863351efde052fd5a181b9e533ab 100644 (file)
@@ -69,8 +69,6 @@
 #ifndef API_EXPORT
 #ifdef SHARED_CORE
 # define API_EXPORT(type)    __declspec(dllexport) type
-#else /* Not SHARED_CORE */
-# define API_EXPORT(type)    __declspec(dllimport) type
 #endif /* def SHARED_CORE */ 
 #endif /* ndef API_EXPORT */