summaryrefslogtreecommitdiff
path: root/aprlib.def
diff options
context:
space:
mode:
authorstoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68>2000-04-20 19:28:04 +0000
committerstoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68>2000-04-20 19:28:04 +0000
commitd69257a03aececf50fb3c777f8a59c069b9bc4f0 (patch)
tree38afa9294cfb26cedd3f9c49c353eb54576f5316 /aprlib.def
parent2792eb0dff2072077ad7513ef5697e11b74b9d5b (diff)
downloadlibapr-d69257a03aececf50fb3c777f8a59c069b9bc4f0.tar.gz
Revamp the Win32 make environment. Makefiles have been removed and
Apache.dsw created to bring together all the pieces. Create new file os/win32/BaseAddr.ref to define module base addresses (to prevent dll relocation at start-up). Submitted by: William Rowe Reviewed by: Bill Stoddard git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59906 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'aprlib.def')
-rw-r--r--aprlib.def8
1 files changed, 6 insertions, 2 deletions
diff --git a/aprlib.def b/aprlib.def
index bc9d48936..41442d86f 100644
--- a/aprlib.def
+++ b/aprlib.def
@@ -234,11 +234,15 @@ EXPORTS
ap_set_local_port @213
ap_get_remote_port @214
ap_set_remote_port @215
- ap_open_stderr @216
+ ap_open_stderr @216
ap_set_pipe_timeout @217
ap_terminate @218
ap_dso_load @219
ap_dso_unload @220
ap_dso_sym @221
ap_dso_init @222
- ap_collapse_spaces @223 \ No newline at end of file
+ ap_collapse_spaces @223
+ ap_month_snames @224
+ ap_day_snames @225
+ ap_canonical_error @226
+ ap_strerror @227