Skip to content
Snippets Groups Projects
Commit 9260e633 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard
Browse files

winemac: Fix return type of ProcessEvents().

Introduced by commit a97fd9f2
parent 907b1b4a
No related branches found
No related tags found
No related merge requests found
......@@ -512,7 +512,7 @@ static int process_events(macdrv_event_queue queue, macdrv_event_mask mask)
/***********************************************************************
* ProcessEvents (MACDRV.@)
*/
NTSTATUS macdrv_ProcessEvents(DWORD mask)
BOOL macdrv_ProcessEvents(DWORD mask)
{
struct macdrv_thread_data *data = macdrv_thread_data();
macdrv_event_mask event_mask = get_event_mask(mask);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment