http://bugs.winehq.org/show_bug.cgi?id=58621
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- That's not what --wine-builtin does, it only sets the builtin flag on PE dlls. To build a PE dll in the first place you need something like:
winegcc --target x86_64-w64-mingw32 -shared ...