summaryrefslogtreecommitdiff
path: root/passwd
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-04-12 13:47:51 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-04-12 13:47:51 +0000
commit3f454cbe97fecd832ff53a80d592362ef39a24dd (patch)
tree9c4084fdf941fdbd962ebca0c19584552a81a716 /passwd
parent999c4b255d06fd9a08777984960444bbe1e1b6fa (diff)
downloadlibapr-3f454cbe97fecd832ff53a80d592362ef39a24dd.tar.gz
Clean up win32's own header bogosity
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61509 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'passwd')
-rw-r--r--passwd/apr_getpass.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/passwd/apr_getpass.c b/passwd/apr_getpass.c
index dc1a44d60..8d012255e 100644
--- a/passwd/apr_getpass.c
+++ b/passwd/apr_getpass.c
@@ -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>