summaryrefslogtreecommitdiff
path: root/apr.dsp
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-09-10 22:53:59 +0000
committerRyan Bloom <rbb@apache.org>2001-09-10 22:53:59 +0000
commitba7ae0864f1436eb40eda0ac7a5f21f368eef4b7 (patch)
tree7f9e021d5536629ada6892c2642aba6224239215 /apr.dsp
parentc94b5f71fb23348310687c5081be5326fa9e16fe (diff)
downloadapr-ba7ae0864f1436eb40eda0ac7a5f21f368eef4b7.tar.gz
Add the new thread_mutex API to the Windows build. This works on
my Windows box, but I am using MSVC 7, so my computer doesn't use project files anymore. The C code is good, but somebody may have to hack the project files to make it all compile. This passes the first half of the testlock test. The second half is for read/write locks, which I will be implementing next. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62307 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apr.dsp')
-rw-r--r--apr.dsp24
1 files changed, 24 insertions, 0 deletions
diff --git a/apr.dsp b/apr.dsp
index 54097a78f..0f7523360 100644
--- a/apr.dsp
+++ b/apr.dsp
@@ -165,6 +165,14 @@ SOURCE=.\i18n\unix\xlate.c
SOURCE=.\locks\win32\locks.c
# End Source File
# End Group
+
+SOURCE=.\locks\win32\thread_mutex.c
+# End Source File
+# End Group
+
+SOURCE=.\locks\win32\thread_rwlock.c
+# End Source File
+# End Group
# Begin Group "memory"
# PROP Default_Filter ""
@@ -429,6 +437,14 @@ SOURCE=.\include\arch\win32\networkio.h
# End Source File
# Begin Source File
+SOURCE=.\include\arch\win32\thread_mutex.h
+# End Source File
+# End Group
+
+SOURCE=.\include\arch\win32\thread_rwlock.h
+# End Source File
+# End Group
+
SOURCE=.\include\arch\win32\threadproc.h
# End Source File
# End Group
@@ -563,10 +579,18 @@ SOURCE=.\include\apr_tables.h
# End Source File
# Begin Source File
+SOURCE=.\include\apr_thread_mutex.h
+# End Source File
+# Begin Source File
+
SOURCE=.\include\apr_thread_proc.h
# End Source File
# Begin Source File
+SOURCE=.\include\apr_thread_rwlock.h
+# End Source File
+# Begin Source File
+
SOURCE=.\include\apr_time.h
# End Source File
# Begin Source File