winemac: Fix return type of ProcessEvents().

Introduced by commit a97fd9f29e
This commit is contained in:
Huw Davies 2023-02-24 09:30:28 +00:00 committed by Alexandre Julliard
parent 907b1b4a36
commit 9260e6333b

View file

@ -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);