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 */