Skip to content
Snippets Groups Projects
Commit daf860e5 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard
Browse files

Superflous WINAPI removed.

parent 96fc54ba
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ void X11DRV_EVENT_DeleteIO( int fd, unsigned io_type )
/***********************************************************************
* X11DRV_EVENT_IsUserIdle
*/
BOOL16 WINAPI X11DRV_EVENT_IsUserIdle(void)
BOOL16 X11DRV_EVENT_IsUserIdle(void)
{
struct timeval timeout = {0, 0};
fd_set check_set;
......
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