Alexandre Julliard wrote:
Richard Cohen <[EMAIL PROTECTED]> writes:
Closing Win16 programs using the Window manager doesn't work any more,
because 16 bit programs don't recognize the WINE internal messages, so
they don't get processed.
This should be fixed now.
Almost. In PeekMessageW, the message
Richard Cohen <[EMAIL PROTECTED]> writes:
> Closing Win16 programs using the Window manager doesn't work any more,
> because 16 bit programs don't recognize the WINE internal messages, so
> they don't get processed.
This should be fixed now.
--
Alexandre Julliard
[EMAIL PROTECTED]
Closing Win16 programs using the Window manager doesn't work any more,
because 16 bit programs don't recognize the WINE internal messages, so
they don't get processed.
This patch moves the internal messages to just below 0x, but perhaps
there is a better way?
Richard.
diff -N -u -r dlls/us