http://bugs.winehq.org/show_bug.cgi?id=6880
------- Additional Comments From focht@gmx.net 2007-04-05 08:11 ------- Hello,
some typo/corrections after re-reading my educational pamphlet :)
--- quote --- The cause for games to fail with FT_* on NT based systems is quite simple: it's an additional braindamaged OS version check. --- quote ---
The "fail with NT based systems" statement should read "wine NT configurations". Wine happily returns valid exports which is just wrong for winecfg = 9X. In real (native) windows NT, GetProcAddress( FT_* ) just returns NULL, causing no harm.
--- quote --- CorExitProcess() basically does this: --- quote ---
It should read "__crtCorExitProcess()" ;-)
Regards