[PATCH] x3daudio: fix lib exports

Nikolay Sivov bunglehead at gmail.com
Fri Sep 27 01:54:44 CDT 2019


Hi, Rafał.

Thanks for the patch. I think there is at least two issues with it - on
Windows only 32-bit modules use decorated names, 64-bit ones do not. We
need to do the same. Another issue is that you change to stdcall for all
versions, and according to recent SDK at least version 1.7 is using cdecl.
I suspect you should switch to stdcall only for 0,1,2 versions (if testing
confirms that).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20190927/bc6df57b/attachment.htm>


More information about the wine-devel mailing list