http://bugs.winehq.org/show_bug.cgi?id=33311
--- Comment #2 from Dmitry Timoshkov dmitry@baikal.ru 2013-04-01 04:37:17 CDT --- The problem is that all the additional overhead caused by loading the DLL is actually not being delayed. For instance marking winspool as delay loaded module doesn't mean that it will be loaded and initialized only when one of its APIs is called like it works under Windows. In other words adding a module to DELAYIMPORTS list in Makefile does nothing.