Re: Win16 programs and Wine internal messages

2005-04-22 Thread Richard Cohen
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

Re: Win16 programs and Wine internal messages

2005-04-20 Thread Alexandre Julliard
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]

Win16 programs and Wine internal messages

2005-04-18 Thread Richard Cohen
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