Skip to content

Commit e89b2bb

Browse files
committed
Revert
1 parent 04a1075 commit e89b2bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Files.App/Helpers/Win32/Win32PInvoke.Consts.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ public static partial class Win32PInvoke
6868
public const string LOCALE_NAME_INVARIANT = "";
6969
public const string LOCALE_NAME_SYSTEM_DEFAULT = "!sys-default-locale";
7070
}
71-
}
71+
}

src/Files.App/Helpers/Win32/Win32PInvoke.Methods.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,4 +494,4 @@ out IntPtr pszPath
494494
[DllImport("shell32.dll", EntryPoint = "SHUpdateRecycleBinIcon", CharSet = CharSet.Unicode, SetLastError = true)]
495495
public static extern void SHUpdateRecycleBinIcon();
496496
}
497-
}
497+
}

0 commit comments

Comments
 (0)