You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@locus.apache.org on 2000/12/12 17:56:20 UTC

cvs commit: apr/include/arch/win32 apr_private.h

wrowe       00/12/12 08:56:19

  Modified:    include/arch/win32 apr_private.h
  Log:
    Dusting before A9
  
  Revision  Changes    Path
  1.19      +5 -7      apr/include/arch/win32/apr_private.h
  
  Index: apr_private.h
  ===================================================================
  RCS file: /home/cvs/apr/include/arch/win32/apr_private.h,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- apr_private.h	2000/12/07 06:56:33	1.18
  +++ apr_private.h	2000/12/12 16:56:19	1.19
  @@ -54,16 +54,14 @@
   
   /*
    * Note: 
  - * This is the windows specific autoconf like config file
  - * which is used to generate apr_private.h at build time.
  - * Do not put any code into this file which depends on
  - * APR include files.
  + * This is the windows specific autoconf-like config file
  + * which unix would create at build time.
    */
   
   #ifdef WIN32
   
  -#ifndef APR_CONFIG_H
  -#define APR_CONFIG_H
  +#ifndef APR_PRIVATE_H
  +#define APR_PRIVATE_H
   
   /* Has windows.h already been included?  If so, our preferences don't matter,
    * but we will still need the winsock things no matter what was included.
  @@ -177,5 +175,5 @@
   unsigned __stdcall SignalHandling(void *);
   int thread_ready(void);
   
  -#endif  /*APR_CONFIG_H*/
  +#endif  /*APR_PRIVATE_H*/
   #endif  /*WIN32*/