So how are you handeling the .def files? I've been when I use winebuild to make the .def from the specs, but it also crates all of the wine_stubs that must be removed
I generate the .spec.c file as well. I had to do a small hack to get it to compile though, but it was quite easy.
plus it always makes the export a zero size like ExportedFunction@0 and the linker throws a bunch of warnings.
Hmm. I don't remeber this problem, but then I have a lot of other problems to worry about.