diff --git a/patches/ntdll-Junction_Points/0001-ntdll-Add-support-for-junction-point-creation.patch b/patches/ntdll-Junction_Points/0001-ntdll-Add-support-for-junction-point-creation.patch index bc0368b1..39aabea6 100644 --- a/patches/ntdll-Junction_Points/0001-ntdll-Add-support-for-junction-point-creation.patch +++ b/patches/ntdll-Junction_Points/0001-ntdll-Add-support-for-junction-point-creation.patch @@ -1,4 +1,4 @@ -From c67c9f74f97bb78a2bc8e97aab32adb236aff3da Mon Sep 17 00:00:00 2001 +From fcfa5f82a4cbb6b3871fde70e72868b0b017a386 Mon Sep 17 00:00:00 2001 From: "Erich E. Hoover" Date: Thu, 16 Jan 2014 20:56:49 -0700 Subject: ntdll: Add support for junction point creation. @@ -12,7 +12,7 @@ Subject: ntdll: Add support for junction point creation. create mode 100644 include/ntifs.h diff --git a/dlls/ntdll/file.c b/dlls/ntdll/file.c -index 56ea398..444831f 100644 +index 5232027..69e8b52 100644 --- a/dlls/ntdll/file.c +++ b/dlls/ntdll/file.c @@ -89,12 +89,14 @@ @@ -30,7 +30,7 @@ index 56ea398..444831f 100644 #define SECSPERDAY 86400 #define SECS_1601_TO_1970 ((369 * 365 + 89) * (ULONGLONG)SECSPERDAY) -@@ -1470,6 +1472,76 @@ NTSTATUS WINAPI NtDeviceIoControlFile(HANDLE handle, HANDLE event, +@@ -1515,6 +1517,76 @@ NTSTATUS WINAPI NtDeviceIoControlFile(HANDLE handle, HANDLE event, } @@ -107,7 +107,7 @@ index 56ea398..444831f 100644 /************************************************************************** * NtFsControlFile [NTDLL.@] * ZwFsControlFile [NTDLL.@] -@@ -1617,6 +1689,23 @@ NTSTATUS WINAPI NtFsControlFile(HANDLE handle, HANDLE event, PIO_APC_ROUTINE apc +@@ -1662,6 +1734,23 @@ NTSTATUS WINAPI NtFsControlFile(HANDLE handle, HANDLE event, PIO_APC_ROUTINE apc } break; } @@ -249,12 +249,12 @@ index d70ed6b..90e753d 100644 + test_junction_points(); } diff --git a/include/Makefile.in b/include/Makefile.in -index e8d2379..d81aac0 100644 +index 49ad276..7149ea9 100644 --- a/include/Makefile.in +++ b/include/Makefile.in -@@ -466,6 +466,7 @@ SRCDIR_INCLUDES = \ - ntddscsi.h \ +@@ -473,6 +473,7 @@ SRCDIR_INCLUDES = \ ntddstor.h \ + ntdef.h \ ntdsapi.h \ + ntifs.h \ ntquery.h \ @@ -319,5 +319,5 @@ index 0000000..db07c28 + +#endif /* __WINE_NTIFS_H */ -- -2.1.3 +2.2.1