wrowe       01/04/12 06:47:51

  Modified:    passwd   apr_getpass.c
  Log:
    Clean up win32's own header bogosity
  
  Revision  Changes    Path
  1.17      +2 -0      apr/passwd/apr_getpass.c
  
  Index: apr_getpass.c
  ===================================================================
  RCS file: /home/cvs/apr/passwd/apr_getpass.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- apr_getpass.c     2001/02/25 20:39:36     1.16
  +++ apr_getpass.c     2001/04/12 13:47:51     1.17
  @@ -68,7 +68,9 @@
   #include <unistd.h>
   #endif
   #if APR_HAVE_CONIO_H
  +#pragma warning(disable: 4032)
   #include <conio.h>
  +#pragma warning(default: 4032)
   #endif
   #if APR_HAVE_STDLIB_H
   #include <stdlib.h>
  
  
  

Reply via email to