Rebase against 81a6c8c882e9d00a3f459983d8281327f25e333a.

This commit is contained in:
Alistair Leslie-Hughes
2022-11-25 10:43:01 +11:00
parent 6c3797b3e8
commit da453ddf66
5 changed files with 28 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
From c232ecbb9cda964d9e279f16127b1e112f62ce55 Mon Sep 17 00:00:00 2001
From eb6cc70e5e7fe6f9500b7fc632064aa71bc64fe3 Mon Sep 17 00:00:00 2001
From: "Erich E. Hoover" <erich.e.hoover@wine-staging.com>
Date: Sat, 12 Dec 2020 17:28:31 -0700
Subject: [PATCH] kernel32: Advertise reparse point support.
@@ -182,7 +182,7 @@ index 0332f6f6018..93ec6f266c5 100644
+ get_volume_filesystem,
};
diff --git a/dlls/mountmgr.sys/unixlib.h b/dlls/mountmgr.sys/unixlib.h
index ef5b10732f6..6d3902173b4 100644
index 56b460862fa..01993b3baec 100644
--- a/dlls/mountmgr.sys/unixlib.h
+++ b/dlls/mountmgr.sys/unixlib.h
@@ -107,6 +107,13 @@ struct read_volume_file_params
@@ -206,7 +206,7 @@ index ef5b10732f6..6d3902173b4 100644
+ unix_get_volume_filesystem,
};
extern unixlib_handle_t mountmgr_handle;
#define MOUNTMGR_CALL( func, params ) WINE_UNIX_CALL( unix_ ## func, params )
--
2.35.1
2.38.1