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 dev modules, fix auto type deduction, and fix single_threaded_vector resolution #26

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tiecia
Copy link

@tiecia tiecia commented Jun 15, 2023

This PR includes changes to let windows-IAP-bridge build on the current version of node-gyp (9.4.0).

Changes:

  1. The dev modules are deprecated and need to be updated.

  2. The type single_threaded_vector changed location and now winrt/Windows.Foundation.Collections.h needs to be included.
    single_threaded_vector does not work in versions above 190211 microsoft/xlang#291

  3. The way return types are deduced has changed and some extra includes are needed to resolve those types.
    Use return type deduction in generated C++/WinRT headers microsoft/xlang#427

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant