commit | 70a6495a31cc01d6ea4284d4a6dadf037d9b60df | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <m.b.lankhorst@gmail.com> | Tue Apr 01 12:15:55 2008 -0700 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Apr 03 12:00:02 2008 +0200 |
tree | ceac323ea407f8f85a5c9593662e8596af05d6e6 | |
parent | f54570fdbd2b3d06586bd3824f5473c66b70fd00 [diff] [blame] |
user32: Implement BroadcastSystemMessage.
diff --git a/server/protocol.def b/server/protocol.def index 23aaed5..01d94d2 100644 --- a/server/protocol.def +++ b/server/protocol.def
@@ -2399,6 +2399,7 @@ /* Open a handle to a desktop */ @REQ(open_desktop) + obj_handle_t winsta; /* window station to open (null allowed) */ unsigned int flags; /* desktop flags */ unsigned int access; /* wanted access rights */ unsigned int attributes; /* object attributes */