sanko / Affix.pm

A Foreign Function Interface eXtension for Perl
https://metacpan.org/dist/Affix
Artistic License 2.0
1 stars 0 forks source link

Alias Win32 types #31

Open sanko opened 1 year ago

sanko commented 1 year ago

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.