Commit da57abcb authored by Alexandre Julliard's avatar Alexandre Julliard

user32: Move a few 16-bit stubs to user16.c.

parent cf81d0f0
......@@ -627,26 +627,6 @@ VOID WINAPI LoadLocalFonts(VOID)
/***********************************************************************
* USER_489 (USER.489)
*/
LONG WINAPI stub_USER_489(void) { FIXME("stub\n"); return 0; }
/***********************************************************************
* USER_490 (USER.490)
*/
LONG WINAPI stub_USER_490(void) { FIXME("stub\n"); return 0; }
/***********************************************************************
* USER_492 (USER.492)
*/
LONG WINAPI stub_USER_492(void) { FIXME("stub\n"); return 0; }
/***********************************************************************
* USER_496 (USER.496)
*/
LONG WINAPI stub_USER_496(void) { FIXME("stub\n"); return 0; }
/***********************************************************************
* User32InitializeImmEntryTable
*/
BOOL WINAPI User32InitializeImmEntryTable(LPVOID ptr)
......
......@@ -2876,6 +2876,46 @@ BOOL16 WINAPI SystemParametersInfo16( UINT16 uAction, UINT16 uParam,
/***********************************************************************
* USER_489 (USER.489)
*/
LONG WINAPI stub_USER_489(void)
{
FIXME("stub\n");
return 0;
}
/***********************************************************************
* USER_490 (USER.490)
*/
LONG WINAPI stub_USER_490(void)
{
FIXME("stub\n");
return 0;
}
/***********************************************************************
* USER_492 (USER.492)
*/
LONG WINAPI stub_USER_492(void)
{
FIXME("stub\n");
return 0;
}
/***********************************************************************
* USER_496 (USER.496)
*/
LONG WINAPI stub_USER_496(void)
{
FIXME("stub\n");
return 0;
}
/***********************************************************************
* FormatMessage (USER.606)
*/
DWORD WINAPI FormatMessage16(
......
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