"Steven Edwards" steven_ed4153@yahoo.com wrote:
I hope my formatting is right. I use EditPlus to do my development and it tends to not agree with Wine sources sometimes so I have to go back to notepad to clean it up. With this patch I can compile rundll32 on Mingw now.
Changelog: Delay load Wine16 APIs for Win16 dlls.
Your patch is not only formatted badly, but it also does things not allowed in plain C - places variables in the middle of the function body.
Please fix.