http://bugs.winehq.org/show_bug.cgi?id=33125
--- Comment #77 from Felix Hädicke felixhaedicke@web.de 2013-04-10 16:46:18 CDT --- Created attachment 44141 --> http://bugs.winehq.org/attachment.cgi?id=44141 Patch: Add DECLSPEC_HOTPATCH to CreateSemaphoreExW
Adding DECLSPEC_HOTPATCH to CreateSemaphoreExW does fix the problem. It makes no difference for me if the attribute is added to CreateEventExW and / or CreateSemaphoreW as well or not.