Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 1fcf4c4

Browse files
committed
[Build] Fix build breaks mirrored from Github
/cc @pgavlin @jkuhne [tfs-changeset: 1503449]
1 parent fee1721 commit 1fcf4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/src/Interop/Windows/mincore/WinRT/Interop.DeleteVolumeMountPoint.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ internal partial class Interop
77
{
88
internal partial class mincore
99
{
10-
internal static int DeleteVolumeMountPoint(string mountPoint)
10+
internal static bool DeleteVolumeMountPoint(string mountPoint)
1111
{
1212
// DeleteVolumeMountPointW is not available to store apps.
1313
// The expectation is that no store app would even have permission

0 commit comments

Comments
 (0)