在 2019/2/12 18:59, Biswapriyo Nath 写道:
> I've copied the changes from def file generated by gendef command. I've the
> Windows 10 build 18334 insider build.
> 
> Should I remove that DATA keyword? Should I also add the parameters numbers
> for every functions?
> 
> Thank you <3
> 
>

... hmm you should ensure those functions match the actual x86 and ARM
dll file, not just by copying and pasting.

`__stdcall` functions are qualified with a `@0` suffix on x86, instead
of not having any suffix at all.

The `DATA` keyword (?) means that such symbols are to be hidden (or, in
a common sense, overridden) by our CRT [1]. Unless otherwise required,
it shouldn't be used on functions.

[1] https://sourceforge.net/p/mingw-w64/bugs/596/


-- 
Best regards,
LH_Mouse

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to