Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SetLastError to GdiPlus methods #59096

Merged
merged 1 commit into from
Sep 15, 2021
Merged

Commits on Sep 14, 2021

  1. Add SetLastError to GdiPlus methods

    System.Drawing uses the last Win32 error in CheckErrorStatus to try to
    guess at why a GdiPlus draw method failed and ignore some failures.
    
    This was broken in .NETCore when SetLastError was removed from PINvokes.
    
    Bring back SetLastError for all PInvokes that use CheckErrorStatus.
    ericstj committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    b70902d View commit details
    Browse the repository at this point in the history