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 symlink for BaseTsd.h in SDK headers. #41

Merged
merged 2 commits into from
May 4, 2022

Commits on May 4, 2022

  1. Add symlink for BaseTsd.h in SDK headers.

    The capitalized version of this header is shown in Microsoft docs,
    and it is used in places like the Pony runtime:
    https://github.com/ponylang/ponyc/blob/8d41d6650b48b9733cd675df199588e6fccc6346/src/common/platform.h#L191
    
    This commit adds a symlink for this file, in the same place in
    the codebase where an special case already existed for another
    header that is used by the `libzmq` project.
    jemc authored and Jake-Shadle committed May 4, 2022
    Configuration menu
    Copy the full SHA
    1513d12 View commit details
    Browse the repository at this point in the history
  2. Update expected.txt

    Jake-Shadle committed May 4, 2022
    Configuration menu
    Copy the full SHA
    0f072e0 View commit details
    Browse the repository at this point in the history