diff options
author | stoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68> | 2002-02-19 20:51:34 +0000 |
---|---|---|
committer | stoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68> | 2002-02-19 20:51:34 +0000 |
commit | 84022ca36e52b886bec04eab88f419b0d59aa503 (patch) | |
tree | 29b97367164278bd1d31c3f01e9c2ef6ffdcbf38 /libapr.dsp | |
parent | 6824e33f586393727852a7202d96bc392aed6a5f (diff) | |
download | libapr-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 'libapr.dsp')
-rw-r--r-- | libapr.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libapr.dsp b/libapr.dsp index fc9b386d5..8827878e9 100644 --- a/libapr.dsp +++ b/libapr.dsp @@ -176,6 +176,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 @@ -524,6 +528,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 |