"Casper Hornstrup" chorns@users.sourceforge.net wrote:
dlltool isn't needed anymore to build dlls. gcc -shared will do the same without any .def/.edf files.
Yes, I know. I was talking about removing stdcall decorations from exported symbols in DLLs which is currently done in ROS by having two sets of .def files (.def and .edf) with and without name decorations. Latest binutils allow to have only one .def file with decorated names. Wine build system utilizes that possibility.