diff options
author | Bill Stoddard <stoddard@apache.org> | 2000-08-22 04:12:22 +0200 |
---|---|---|
committer | Bill Stoddard <stoddard@apache.org> | 2000-08-22 04:12:22 +0200 |
commit | c0c75b8333946592a4dad46a1d2f180cf5b00644 (patch) | |
tree | 2146523797d50ec7bd9e587667184c7b183159fe /httpd.dsp | |
parent | Win32: Reset the acceptex context on a GetQueuedCompletionStatus() failure. W... (diff) | |
download | apache2-c0c75b8333946592a4dad46a1d2f180cf5b00644.tar.xz apache2-c0c75b8333946592a4dad46a1d2f180cf5b00644.zip |
Add a couple of new bucket functions to the Win32 project file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86129 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'httpd.dsp')
-rw-r--r-- | httpd.dsp | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -106,7 +106,11 @@ SOURCE=.\ap\ap_buckets_mmap.c # End Source File # Begin Source File -SOURCE=.\ap\ap_buckets_transient.c +SOURCE=.\ap\ap_buckets_refcount.c +# End Source File +# Begin Source File + +SOURCE=.\ap\ap_buckets_simple.c # End Source File # Begin Source File |