summaryrefslogtreecommitdiff
path: root/apr.dsp
diff options
context:
space:
mode:
authorstoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68>2002-02-19 20:51:34 +0000
committerstoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68>2002-02-19 20:51:34 +0000
commit84022ca36e52b886bec04eab88f419b0d59aa503 (patch)
tree29b97367164278bd1d31c3f01e9c2ef6ffdcbf38 /apr.dsp
parent6824e33f586393727852a7202d96bc392aed6a5f (diff)
downloadlibapr-84022ca36e52b886bec04eab88f419b0d59aa503.tar.gz
Implement apr_global_mutex_foo() on Windows. This is basically identical
to apr_proc_lock as a Windows MUTEX locks threads as well as processes. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63026 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apr.dsp')
-rw-r--r--apr.dsp8
1 files changed, 8 insertions, 0 deletions
diff --git a/apr.dsp b/apr.dsp
index 83148fa92..af7a1b242 100644
--- a/apr.dsp
+++ b/apr.dsp
@@ -170,6 +170,10 @@ SOURCE=.\i18n\unix\xlate.c
# PROP Default_Filter ""
# Begin Source File
+SOURCE=.\locks\win32\global_mutex.c
+# End Source File
+# Begin Source File
+
SOURCE=.\locks\win32\locks.c
# End Source File
# Begin Source File
@@ -518,6 +522,10 @@ SOURCE=.\include\apr_getopt.h
# End Source File
# Begin Source File
+SOURCE=.\include\apr_global_mutex.h
+# End Source File
+# Begin Source File
+
SOURCE=.\include\apr_hash.h
# End Source File
# Begin Source File