Commit 7f47234c authored by Martin Payne's avatar Martin Payne Committed by Alexandre Julliard

user.exe16: Implemented OldExitWindows() user.exe16 function.

parent 4a8834f6
......@@ -510,6 +510,15 @@ static void free_clipboard_formats(void)
}
/***********************************************************************
* OldExitWindows (USER.2)
*/
void WINAPI OldExitWindows16(void)
{
ExitWindows16(0, 0);
}
/**********************************************************************
* InitApp (USER.5)
*/
......
1 pascal -ret16 MessageBox(word str str word) MessageBox16
2 stub OldExitWindows
2 pascal -ret16 OldExitWindows() OldExitWindows16
3 stub EnableOEMLayer
4 stub DisableOEMLayer
5 pascal -ret16 InitApp(word) InitApp16
......
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