summaryrefslogtreecommitdiff
path: root/aprlib.def
diff options
context:
space:
mode:
authorstoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68>2000-04-15 17:48:16 +0000
committerstoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68>2000-04-15 17:48:16 +0000
commiteb4488faaf9b56f2f3c40800b80c5a128dec9ff7 (patch)
tree41938dc1206cc702b53a4a5e630ceb9d1be2e0d8 /aprlib.def
parent33d4761463a84dcbc2d1d3700a54b0c6474d0219 (diff)
downloadlibapr-eb4488faaf9b56f2f3c40800b80c5a128dec9ff7.tar.gz
Win32:
1. Move the space stripping of physical service names fix up from Apache 1.3. 2. #include'ing "ap_mpm.h" fixes up an unresolved symbol. 3. Add dependency checking to the CreateService call to ensure TCPIP and AFP (winsock) is started before Apache. Submitted by: William Rowe Reviewed by: Bill Stoddard git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59865 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'aprlib.def')
-rw-r--r--aprlib.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/aprlib.def b/aprlib.def
index 6803daf2b..bc9d48936 100644
--- a/aprlib.def
+++ b/aprlib.def
@@ -241,3 +241,4 @@ EXPORTS
ap_dso_unload @220
ap_dso_sym @221
ap_dso_init @222
+ ap_collapse_spaces @223 \ No newline at end of file