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

Alias Win32 types #31

Open
sanko opened this issue Mar 2, 2023 · 0 comments
Open

Alias Win32 types #31

sanko opened this issue Mar 2, 2023 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@sanko
Copy link
Owner

sanko commented Mar 2, 2023

Should I bother aliasing types as defined by MS to regular native types?

WPARAM => Pointer[UInt]
LPWSTR => WStr
etc.

Could be done in pure perl with typedef ... but I'm not sure how far down that path I want to go.

@sanko sanko self-assigned this Mar 2, 2023
@sanko sanko added the question Further information is requested label Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant