As far as I can tell, ime.h is only included by the x11 keyboard driver and `WM_IMEKEYDOWN` and `WM_IMEKEYUP` are not used there, so this change should only bring the naming convention in line with what is already in winuser and MSDN.
--
v3: winex11: Do not include ime.h.
include: Add Japanese IME virtual key codes to winuser.rh.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6819
As far as I can tell, ime.h is only included by the x11 keyboard driver and `WM_IMEKEYDOWN` and `WM_IMEKEYUP` are not used there, so this change should only bring the naming convention in line with what is already in winuser and MSDN.
--
v2: winex11: Do not include ime.h.
include: Add Japanese IME virtual key codes to winuser.rh.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6819
As far as I can tell, ime.h is only included by the x11 keyboard driver and `WM_IMEKEYDOWN` and `WM_IMEKEYUP` are not used there, so this change should only bring the naming convention in line with what is already in winuser and MSDN.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6819
This is based on top of !6526, will mark ready after !6526 is merged.
--
v8: propsys: Support converting to BSTR for PropVariantToVariant.
propsys: Use debugstr_variant for the trace in VariantToPropVariant.
propsys: Implement PropVariantToBSTR.
propsys/tests: Test truncating for PropVariantToString.
propsys/tests: Test PropVariantToBSTR.
propsys: Add PropVariantToBSTR stub.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6640