commit | 0ffd26ab17874db18c86e7acc72fd2de6a18ff36 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Jan 15 12:50:59 2009 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jan 15 12:50:59 2009 +0100 |
tree | 13b4f261cfb55868d0bc5b41d6bb8cdea27a9328 | |
parent | 358ab47023a319f24a2231d38ad91ed46c3ecd34 [diff] [blame] |
user32: Use the message_data_t union when receiving a message.
diff --git a/server/protocol.def b/server/protocol.def index 6d6be5b..b989472 100644 --- a/server/protocol.def +++ b/server/protocol.def
@@ -218,6 +218,7 @@ typedef union { unsigned char bytes[1]; /* raw data for sent messages */ + struct hardware_msg_data hardware; struct callback_msg_data callback; struct winevent_msg_data winevent; } message_data_t;