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 structs, dll_exceptions, textbox example #50

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

mjblack
Copy link
Owner

@mjblack mjblack commented Jan 26, 2025

WinMD structs template was changed from record macro to standard struct because structs created with record makes them immutable and they need to be mutable.

DLL exceptions were added for the api-ms-win DLLs that were included, which they shouldnt be included.

Textbox example was broken and it was fixed.

WinMD structs template was changed from `record` macro to standard `struct`
because structs created with `record` makes them immutable and they need to
be mutable.

DLL exceptions were added for the `api-ms-win` DLLs that were included, which
they shouldnt be included.

Textbox example was broken and it was fixed.
@mjblack mjblack merged commit 79b261a into master Jan 26, 2025
1 check passed
@mjblack mjblack deleted the code_update_for_structs branch January 26, 2025 18:20
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