Missing WINAPI for RegisterSystemThread.

This commit is contained in:
Marcus Meissner 1999-04-15 15:12:40 +00:00 committed by Alexandre Julliard
parent ee0b5e6969
commit f203ab6604

View File

@ -568,7 +568,7 @@ BOOL WINAPI SetSystemCursor(HCURSOR hcur, DWORD id)
/*********************************************************************** /***********************************************************************
* RegisterSystemThread (USER32.435) * RegisterSystemThread (USER32.435)
*/ */
void RegisterSystemThread(DWORD flags, DWORD reserved) void WINAPI RegisterSystemThread(DWORD flags, DWORD reserved)
{ {
FIXME(win32, "(%08lx, %08lx)\n", flags, reserved); FIXME(win32, "(%08lx, %08lx)\n", flags, reserved);
} }