summaryrefslogtreecommitdiff
path: root/include/arch/netware/apr_private.h
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2002-07-15 20:16:17 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2002-07-15 20:16:17 +0000
commit4d553a23352a0a55f9c388e9d93f5e126357cc4c (patch)
tree4e6b8948ad9944c4c5596f8a0faad1fa44e5dcdd /include/arch/netware/apr_private.h
parent6563daa8be513053a6dd9a8cc14e3318ab32374b (diff)
downloadlibapr-4d553a23352a0a55f9c388e9d93f5e126357cc4c.tar.gz
Define _getch() and use the same getpass() implementation as Win32
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch/netware/apr_private.h')
-rw-r--r--include/arch/netware/apr_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/arch/netware/apr_private.h b/include/arch/netware/apr_private.h
index 29d396178..778ab5393 100644
--- a/include/arch/netware/apr_private.h
+++ b/include/arch/netware/apr_private.h
@@ -149,6 +149,7 @@ typedef void (Sigfunc)(int);
#define strcasecmp(s1, s2) stricmp(s1, s2)
#define Sleep(t) delay(t)
#define lstat(a,b) stat(a,b)
+#define _getch() getcharacter()
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4