Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions