You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@locus.apache.org on 2000/06/06 03:55:45 UTC

cvs commit: apache-2.0/src/os/win32 ApacheCore.c

wrowe       00/06/05 18:55:45

  Modified:    src      .cvsignore
  Added:       src/os/win32 ApacheCore.c
  Log:
    Just two quick fixes for the ApacheCore/ApacheCoreDll.dsp project split.
  
  Revision  Changes    Path
  1.8       +2 -0      apache-2.0/src/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/.cvsignore,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- .cvsignore	2000/05/03 02:04:26	1.7
  +++ .cvsignore	2000/06/06 01:55:43	1.8
  @@ -12,6 +12,8 @@
   Configuration.apaci
   CoreD
   CoreR
  +LibD
  +LibR
   httpd
   apache
   buildmk.stamp
  
  
  
  1.1                  apache-2.0/src/os/win32/ApacheCore.c
  
  Index: ApacheCore.c
  ===================================================================
  /*
   * Placeholder to force ApacheCore.dll creation with no LNK4001 error
   *
   * However, this isn't a bad place to store dynamic-only functions 
   * that determine which version of apr the application has loaded.
   * These functions are of (less?) importance to static-bound apps.
   *
   * We may also need this hook to play with dll-oriented thread-local
   * storage for modules on a per-thread DllMain() basis.
   */