You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@apache.org on 2001/04/02 20:56:39 UTC

cvs commit: apache-1.3/src/os/cygwin os.h

martin      01/04/02 11:56:39

  Modified:    src/os/cygwin os.h
  Log:
  sorry, but there was a minor buggy API_EXPORT define within src/cygwin/os.h
  which caused a make error while compiling in static mode.
  
  Stipe
  
  tolj@wapme-systems.de
  
  Revision  Changes    Path
  1.2       +0 -2      apache-1.3/src/os/cygwin/os.h
  
  Index: os.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/cygwin/os.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- os.h	2001/04/02 09:22:10	1.1
  +++ os.h	2001/04/02 18:56:39	1.2
  @@ -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 */