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

Update the ResourceData API #105416

Merged
merged 8 commits into from
Jul 25, 2024

Commits on Jul 24, 2024

  1. Update the ResourceData API

    This is a subtle change in behavior to match the
    undocumented semantic of Win32 Resource APIs.
    The missing semantic is that all resource type/name
    strings are transparently converted to uppercase
    when calling any of the Win32 Resource APIs.
    AaronRobinsonMSFT committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9465909 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c70f613 View commit details
    Browse the repository at this point in the history
  3. Missed namespaces

    AaronRobinsonMSFT committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d763cf0 View commit details
    Browse the repository at this point in the history
  4. Feedback

    AaronRobinsonMSFT committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0bb8b65 View commit details
    Browse the repository at this point in the history
  5. Add comment.

    AaronRobinsonMSFT committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9433830 View commit details
    Browse the repository at this point in the history
  6. Fix build.

    AaronRobinsonMSFT committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ce9630c View commit details
    Browse the repository at this point in the history
  7. Add test

    AaronRobinsonMSFT committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ff32bcc View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Remove API and test changes.

    Add comment to API about Win32 API behavior.
    AaronRobinsonMSFT committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    9433470 View commit details
    Browse the repository at this point in the history