mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Remove localizations (#24376)
* round 1 mostly /en-us/ and the like * round 2 * revert files b/c feedback * revert files b/c feedback * revert files b/c feedback * Update cziplib * Redo interop * Revert security.md --------- Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
This commit is contained in:
@@ -58,7 +58,7 @@ namespace PowerLauncher.Helper
|
||||
{
|
||||
}
|
||||
|
||||
// https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/ns-shobjidl_core-shdragimage
|
||||
// https://learn.microsoft.com/windows/win32/api/shobjidl_core/ns-shobjidl_core-shdragimage
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
private struct ShDragImage
|
||||
{
|
||||
@@ -68,7 +68,7 @@ namespace PowerLauncher.Helper
|
||||
public int CrColorKey;
|
||||
}
|
||||
|
||||
// https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/nn-shobjidl_core-idragsourcehelper
|
||||
// https://learn.microsoft.com/windows/win32/api/shobjidl_core/nn-shobjidl_core-idragsourcehelper
|
||||
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
|
||||
[Guid("DE5BF786-477A-11D2-839D-00C04FD918D0")]
|
||||
private interface IDragSourceHelper
|
||||
|
||||
Reference in New Issue
Block a user