Fix image viewer copy without transparency support

This commit is contained in:
ema
2024-12-30 05:22:58 +08:00
parent 4eb4251db5
commit 82987b0848
4 changed files with 70 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ public class MetaProvider
}
}
internal static class NativeMethods
file static class NativeMethods
{
private static readonly bool Is64 = Environment.Is64BitProcess;