http://bugs.winehq.org/show_bug.cgi?id=7142
------- Additional Comments From lindevel@gmx.net 2007-10-01 17:56 ------- Thanks for the info!
In the patch the problem with calling getProcAddress very often is mentioned: Is it not possible to run an init function to set the global static function pointers when the dll is loaded? Or turn those function pointers into local ones and do an if(!pointer) first to setup the pointer if needed.