Windows bindings

Max Samukha maxsamukha at gmail.com
Sat Feb 13 11:03:11 UTC 2021


On Saturday, 13 February 2021 at 08:25:21 UTC, Jonathan Marler 
wrote:

>
> Not sure what to do yet about the weird enums whose values 
> don't match the name of the enum, maybe they need to be 
> addressed on a case by case basis?

You can simply identify and drop the common leading part of the 
names of the values. I had a script that did that when I was 
converting Android's headers. A couple of cases did require 
manual adjustment, though.


More information about the Digitalmars-d mailing list