Skip to content

kernel32.dll EntryPoint "CopyMemory" should be "RtlMoveMemory" on .NET 9 #74

@Nytra

Description

@Nytra

[DllImport("kernel32.dll", EntryPoint = "CopyMemory", SetLastError = false)]

This prevented me from using CircularBuffer on .NET 9 until I fixed it. I'm not sure if changing it will break older .NET versions though.

More info: dotnet/wpf#586

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions