Miguel de Icaza miguel@ximian.com writes:
Well, the issue is that our WinMain is never called, and we would rather not depend on this in our patch, but instead get the small global that says `Hey Wine, just return'.
The global variable thing is ugly; we could export a different entry point instead, but I'm not sure it's really necessary. Why doesn't your WinMain get called?