Commit 0ac2166c authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

user32: Pass BSMINFO in BroadcastSystemMessageExA().

parent 348fafcd
......@@ -1192,7 +1192,7 @@ LONG WINAPI BroadcastSystemMessageW( DWORD flags, LPDWORD recipients, UINT msg,
LONG WINAPI BroadcastSystemMessageExA( DWORD flags, LPDWORD recipients, UINT msg, WPARAM wp, LPARAM lp, PBSMINFO pinfo )
{
map_wparam_AtoW( msg, &wp, WMCHAR_MAP_NOMAPPING );
return BroadcastSystemMessageExW( flags, recipients, msg, wp, lp, NULL );
return BroadcastSystemMessageExW( flags, recipients, msg, wp, lp, pinfo );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment