http://bugs.winehq.org/show_bug.cgi?id=27827
--- Comment #9 from Anastasius Focht focht@gmx.net 2011-07-21 17:24:36 CDT --- Hello,
--- quote --- Hi, so what to do now? --- quote ---
Calls to memcpy() will end up in glibc anyway (via forwards) so it doesn't count as useful import.
If netapi32 gets more flesh one day - requiring some CRT functions - the msvcrt import reference might make sense, then. The win32 equivalents of string functions are already used in this module (preferred because they don't require CRT startup code).
For the meantime you could use SDREDIRECTION environment variable hack to force this braindamaged CRT redirector/hook dll not being active.
$ SDREDIRECTION=no wine ./SolidDesigner.exe
Regards