# HG changeset patch # User Olaf Wintermann # Date 1730220847 -3600 # Node ID be77f90ec48e79b4f30155a184c23a7daa4d6963 # Parent 8ac8bf29e2ee85f2ef5ba46bd3fc0197bd1b0d67# Parent d657b511d51c8b224d44a80a4dfd8a1abc5e883f merge diff -r 8ac8bf29e2ee -r be77f90ec48e dav/config.c --- a/dav/config.c Tue Oct 29 17:53:47 2024 +0100 +++ b/dav/config.c Tue Oct 29 17:54:07 2024 +0100 @@ -36,11 +36,11 @@ #include #include "config.h" -#include "pwd.h" #include "system.h" #include #include +#include #define xstreq(a,b) xmlStrEqual(BAD_CAST a, BAD_CAST b) #define xstrEQ(a,b) !xmlStrcasecmp(BAD_CAST a, BAD_CAST b) diff -r 8ac8bf29e2ee -r be77f90ec48e make/vs/dav/dav.vcxproj --- a/make/vs/dav/dav.vcxproj Tue Oct 29 17:53:47 2024 +0100 +++ b/make/vs/dav/dav.vcxproj Tue Oct 29 17:54:07 2024 +0100 @@ -148,7 +148,6 @@ - diff -r 8ac8bf29e2ee -r be77f90ec48e make/vs/dav/dav.vcxproj.filters --- a/make/vs/dav/dav.vcxproj.filters Tue Oct 29 17:53:47 2024 +0100 +++ b/make/vs/dav/dav.vcxproj.filters Tue Oct 29 17:54:07 2024 +0100 @@ -15,9 +15,6 @@ - - Quelldateien - Quelldateien diff -r 8ac8bf29e2ee -r be77f90ec48e make/vs/davcommon/davcommon.vcxproj --- a/make/vs/davcommon/davcommon.vcxproj Tue Oct 29 17:53:47 2024 +0100 +++ b/make/vs/davcommon/davcommon.vcxproj Tue Oct 29 17:54:07 2024 +0100 @@ -140,11 +140,11 @@ + - @@ -153,11 +153,11 @@ + - diff -r 8ac8bf29e2ee -r be77f90ec48e make/vs/davcommon/davcommon.vcxproj.filters --- a/make/vs/davcommon/davcommon.vcxproj.filters Tue Oct 29 17:53:47 2024 +0100 +++ b/make/vs/davcommon/davcommon.vcxproj.filters Tue Oct 29 17:54:07 2024 +0100 @@ -33,9 +33,6 @@ Quelldateien - - Quelldateien - Quelldateien @@ -48,6 +45,9 @@ Quelldateien + + Quelldateien + @@ -68,9 +68,6 @@ Headerdateien - - Headerdateien - Headerdateien @@ -86,5 +83,8 @@ Headerdateien + + Headerdateien + \ No newline at end of file diff -r 8ac8bf29e2ee -r be77f90ec48e make/vs/libidav/libidav.vcxproj --- a/make/vs/libidav/libidav.vcxproj Tue Oct 29 17:53:47 2024 +0100 +++ b/make/vs/libidav/libidav.vcxproj Tue Oct 29 17:54:07 2024 +0100 @@ -149,6 +149,7 @@ + @@ -162,6 +163,7 @@ + diff -r 8ac8bf29e2ee -r be77f90ec48e make/vs/libidav/libidav.vcxproj.filters --- a/make/vs/libidav/libidav.vcxproj.filters Tue Oct 29 17:53:47 2024 +0100 +++ b/make/vs/libidav/libidav.vcxproj.filters Tue Oct 29 17:54:07 2024 +0100 @@ -48,6 +48,9 @@ Quelldateien + + Quelldateien + @@ -83,5 +86,8 @@ Headerdateien + + Headerdateien + \ No newline at end of file diff -r 8ac8bf29e2ee -r be77f90ec48e make/vs/ucx/ucx.vcxproj --- a/make/vs/ucx/ucx.vcxproj Tue Oct 29 17:53:47 2024 +0100 +++ b/make/vs/ucx/ucx.vcxproj Tue Oct 29 17:54:07 2024 +0100 @@ -140,12 +140,14 @@ + + @@ -164,6 +166,7 @@ + diff -r 8ac8bf29e2ee -r be77f90ec48e make/vs/ucx/ucx.vcxproj.filters --- a/make/vs/ucx/ucx.vcxproj.filters Tue Oct 29 17:53:47 2024 +0100 +++ b/make/vs/ucx/ucx.vcxproj.filters Tue Oct 29 17:54:07 2024 +0100 @@ -54,6 +54,12 @@ Quelldateien + + Quelldateien + + + Quelldateien + @@ -104,5 +110,8 @@ Headerdateien + + Headerdateien + \ No newline at end of file