Hello! A number of header files in x86_64-w64-mingw32\include were transferred from ReactOS. I'd like transfer some more. In order to do so files have to be adopted, see the example.
ReactOS ntddk.h: typedef VOID (NTAPI *PDRIVER_REINITIALIZE)( _In_ struct _DRIVER_OBJECT *DriverObject, _In_opt_ PVOID Context, _In_ ULONG Count); Mingw-w64 ntddk.h: typedef VOID (NTAPI *PDRIVER_REINITIALIZE)( IN struct _DRIVER_OBJECT *DriverObject, IN PVOID Context OPTIONAL, IN ULONG Count); Is there a script to convert that _In_/_In_opt_/etc. stuff automatically? ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
