wrowe       01/06/05 20:57:47

  Modified:    .        apr.dsp libapr.dsp
               locks/win32 locks.c
  Log:
    Two typographical nits, and add some missing headers to our browser view.
  
  Revision  Changes    Path
  1.73      +13 -1     apr/apr.dsp
  
  Index: apr.dsp
  ===================================================================
  RCS file: /home/cvs/apr/apr.dsp,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- apr.dsp   2001/06/06 00:07:45     1.72
  +++ apr.dsp   2001/06/06 03:57:47     1.73
  @@ -65,7 +65,7 @@
   # PROP Ignore_Export_Lib 0
   # PROP Target_Dir ""
   # ADD BASE CPP /nologo /MDd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D 
"_WINDOWS" /FD /c
  -# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "./include" /I "./include/arch" /I 
"./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D 
"APR_DECLARE_STATIC" /D "WIN32" /D "_WINDOWS" /FR /Fd"LibD\apr" /FD /c
  +# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "./include" /I "./include/arch" /I 
"./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D 
"APR_DECLARE_STATIC" /D "WIN32" /D "_WINDOWS" /Fd"LibD\apr" /FD /c
   # ADD BASE RSC /l 0x409
   # ADD RSC /l 0x409
   BSC32=bscmake.exe
  @@ -534,7 +534,19 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=.\include\apr_signal.h
  +# End Source File
  +# Begin Source File
  +
   SOURCE=.\include\apr_shmem.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\include\apr_sms.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\include\apr_sms_tracking.h
   # End Source File
   # Begin Source File
   
  
  
  
  1.32      +12 -0     apr/libapr.dsp
  
  Index: libapr.dsp
  ===================================================================
  RCS file: /home/cvs/apr/libapr.dsp,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- libapr.dsp        2001/06/06 00:07:45     1.31
  +++ libapr.dsp        2001/06/06 03:57:47     1.32
  @@ -540,7 +540,19 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=.\include\apr_signal.h
  +# End Source File
  +# Begin Source File
  +
   SOURCE=.\include\apr_shmem.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\include\apr_sms.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\include\apr_sms_tracking.h
   # End Source File
   # Begin Source File
   
  
  
  
  1.42      +1 -0      apr/locks/win32/locks.c
  
  Index: locks.c
  ===================================================================
  RCS file: /home/cvs/apr/locks/win32/locks.c,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- locks.c   2001/06/06 00:07:46     1.41
  +++ locks.c   2001/06/06 03:57:47     1.42
  @@ -51,6 +51,7 @@
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  +
   #include "apr.h"
   #include "apr_private.h"
   #include "apr_general.h"
  
  
  

Reply via email to