# HG changeset patch # User Olaf Wintermann # Date 1730214199 -3600 # Node ID 5afacd2a8cdebcec702049a862f0c13b93df623a # Parent 10ee615ca5579bfe8e9256c4cb13642b59a62926 fix windows build diff -r 10ee615ca557 -r 5afacd2a8cde dav/config.c --- a/dav/config.c Mon Oct 28 16:45:18 2024 +0100 +++ b/dav/config.c Tue Oct 29 16:03:19 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 10ee615ca557 -r 5afacd2a8cde make/vs/dav/dav.vcxproj --- a/make/vs/dav/dav.vcxproj Mon Oct 28 16:45:18 2024 +0100 +++ b/make/vs/dav/dav.vcxproj Tue Oct 29 16:03:19 2024 +0100 @@ -148,7 +148,6 @@ - diff -r 10ee615ca557 -r 5afacd2a8cde make/vs/dav/dav.vcxproj.filters --- a/make/vs/dav/dav.vcxproj.filters Mon Oct 28 16:45:18 2024 +0100 +++ b/make/vs/dav/dav.vcxproj.filters Tue Oct 29 16:03:19 2024 +0100 @@ -15,9 +15,6 @@ - - Quelldateien - Quelldateien diff -r 10ee615ca557 -r 5afacd2a8cde make/vs/davcommon/davcommon.vcxproj --- a/make/vs/davcommon/davcommon.vcxproj Mon Oct 28 16:45:18 2024 +0100 +++ b/make/vs/davcommon/davcommon.vcxproj Tue Oct 29 16:03:19 2024 +0100 @@ -140,11 +140,11 @@ + - @@ -153,11 +153,11 @@ + - diff -r 10ee615ca557 -r 5afacd2a8cde make/vs/davcommon/davcommon.vcxproj.filters --- a/make/vs/davcommon/davcommon.vcxproj.filters Mon Oct 28 16:45:18 2024 +0100 +++ b/make/vs/davcommon/davcommon.vcxproj.filters Tue Oct 29 16:03:19 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 10ee615ca557 -r 5afacd2a8cde make/vs/libidav/libidav.vcxproj --- a/make/vs/libidav/libidav.vcxproj Mon Oct 28 16:45:18 2024 +0100 +++ b/make/vs/libidav/libidav.vcxproj Tue Oct 29 16:03:19 2024 +0100 @@ -149,6 +149,7 @@ + @@ -162,6 +163,7 @@ + diff -r 10ee615ca557 -r 5afacd2a8cde make/vs/libidav/libidav.vcxproj.filters --- a/make/vs/libidav/libidav.vcxproj.filters Mon Oct 28 16:45:18 2024 +0100 +++ b/make/vs/libidav/libidav.vcxproj.filters Tue Oct 29 16:03:19 2024 +0100 @@ -48,6 +48,9 @@ Quelldateien + + Quelldateien + @@ -83,5 +86,8 @@ Headerdateien + + Headerdateien + \ No newline at end of file diff -r 10ee615ca557 -r 5afacd2a8cde make/vs/ucx/ucx.vcxproj --- a/make/vs/ucx/ucx.vcxproj Mon Oct 28 16:45:18 2024 +0100 +++ b/make/vs/ucx/ucx.vcxproj Tue Oct 29 16:03:19 2024 +0100 @@ -140,12 +140,15 @@ + + + @@ -164,6 +167,7 @@ + diff -r 10ee615ca557 -r 5afacd2a8cde make/vs/ucx/ucx.vcxproj.filters --- a/make/vs/ucx/ucx.vcxproj.filters Mon Oct 28 16:45:18 2024 +0100 +++ b/make/vs/ucx/ucx.vcxproj.filters Tue Oct 29 16:03:19 2024 +0100 @@ -54,6 +54,15 @@ Quelldateien + + Quelldateien + + + Quelldateien + + + Quelldateien + @@ -104,5 +113,8 @@ Headerdateien + + Headerdateien + \ No newline at end of file