[1/2] imm32: Fix the ImmIsUIMessageA/W.

James Hawkins truiken at gmail.com
Wed Dec 17 17:04:57 CST 2008


On Wed, Dec 17, 2008 at 2:51 PM, ByeongSik Jeon <bsjeon at hanmail.net> wrote:
> By an analysis of the ImmIsUIMessageA/W disassemble code,
> 1. checked msg :
>   WM_IME_STARTCOMPOSITION <= msg <= WM_IME_KEYLAST,
>   WM_IME_SETCONTEXT, WM_IME_NOTIFY,
>   WM_IME_COMPOSITIONFULL, WM_IME_SELECT.
> 2. SendMessageA/W is used.
>

Writing code for Wine based directly off of disassembled code is not
allowed.  The only way disassembly can be used is clean-room reverse
engineering where person A disassembles the code and writes up a very
high-level spec file for person B to implement.  Unfortunately, this
patch cannot be committed and you won't be able to submit patches for
the imm32 module anymore.

-- 
James Hawkins



More information about the wine-devel mailing list