summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apr.dsp14
-rw-r--r--libapr.dsp12
-rw-r--r--locks/win32/locks.c1
3 files changed, 26 insertions, 1 deletions
diff --git a/apr.dsp b/apr.dsp
index 1d1587d70..e7c32f635 100644
--- a/apr.dsp
+++ b/apr.dsp
@@ -65,7 +65,7 @@ LIB32=link.exe -lib
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c
-# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "_WINDOWS" /FR /Fd"LibD\apr" /FD /c
+# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "_WINDOWS" /Fd"LibD\apr" /FD /c
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409
BSC32=bscmake.exe
@@ -534,10 +534,22 @@ SOURCE=.\include\apr_portable.h
# End Source File
# Begin Source File
+SOURCE=.\include\apr_signal.h
+# End Source File
+# Begin Source File
+
SOURCE=.\include\apr_shmem.h
# End Source File
# Begin Source File
+SOURCE=.\include\apr_sms.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\include\apr_sms_tracking.h
+# End Source File
+# Begin Source File
+
SOURCE=.\include\apr_strings.h
# End Source File
# Begin Source File
diff --git a/libapr.dsp b/libapr.dsp
index 1c94fe9c3..515cd58c6 100644
--- a/libapr.dsp
+++ b/libapr.dsp
@@ -540,10 +540,22 @@ SOURCE=.\include\apr_portable.h
# End Source File
# Begin Source File
+SOURCE=.\include\apr_signal.h
+# End Source File
+# Begin Source File
+
SOURCE=.\include\apr_shmem.h
# End Source File
# Begin Source File
+SOURCE=.\include\apr_sms.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\include\apr_sms_tracking.h
+# End Source File
+# Begin Source File
+
SOURCE=.\include\apr_strings.h
# End Source File
# Begin Source File
diff --git a/locks/win32/locks.c b/locks/win32/locks.c
index 0824b85a9..043a630f3 100644
--- a/locks/win32/locks.c
+++ b/locks/win32/locks.c
@@ -51,6 +51,7 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*/
+
#include "apr.h"
#include "apr_private.h"
#include "apr_general.h"