commit | 2ce799c4f6099625aad2f9cb958bb0402bbda648 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Aug 08 20:35:24 2007 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Aug 09 13:13:00 2007 +0200 |
tree | f879fde5fddceecd0822945d483e224e1fe8c54e | |
parent | b9540cf9e73e63a595ea1bb840c16b4ab9822bc5 [diff] [blame] |
user32: Support for the magic WM_CHAR W->A conversion in Get/PeekMessage.
diff --git a/dlls/user32/user_private.h b/dlls/user32/user_private.h index 85039fd..fd46832 100644 --- a/dlls/user32/user_private.h +++ b/dlls/user32/user_private.h
@@ -185,6 +185,7 @@ struct wm_char_mapping_data { BYTE lead_byte[WMCHAR_MAP_COUNT]; + MSG get_msg; }; /* this is the structure stored in TEB->Win32ClientInfo */