From d1b9dcab41778fa27f0fd86775472c97a51c3ab1 Mon Sep 17 00:00:00 2001 From: stoddard Date: Wed, 24 May 2000 23:44:50 +0000 Subject: Win32: Convert ap_proc_t to tranparent type. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60096 13f79535-47bb-0310-9956-ffa450edef68 --- libapr.def | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libapr.def') diff --git a/libapr.def b/libapr.def index 845ac04b9..36fe4868c 100644 --- a/libapr.def +++ b/libapr.def @@ -92,9 +92,9 @@ EXPORTS ap_setprocattr_cmdtype @83 ap_setprocattr_detach @84 ap_create_process @85 - ap_get_childin @86 - ap_get_childout @87 - ap_get_childerr @88 +; ap_get_childin @86 +; ap_get_childout @87 +; ap_get_childerr @88 ap_wait_proc @89 ap_kill @90 ap_create_threadattr @91 @@ -113,9 +113,9 @@ EXPORTS ap_set_threaddata @104 ap_get_threadkeydata @105 ap_set_threadkeydata @106 - ap_get_procdata @107 +; ap_get_procdata @107 ; ap_set_procdata @108 - ap_get_os_proc @109 +; ap_get_os_proc @109 ap_get_os_thread @110 ap_get_os_threadkey @111 ap_os_systemcase_filename @112 -- cgit v1.2.1