Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
7f47234c
Commit
7f47234c
authored
Dec 13, 2017
by
Martin Payne
Committed by
Alexandre Julliard
Dec 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user.exe16: Implemented OldExitWindows() user.exe16 function.
Signed-off-by:
Martin Payne
<
development@martinpayne.me.uk
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4a8834f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
user.c
dlls/user.exe16/user.c
+9
-0
user.exe16.spec
dlls/user.exe16/user.exe16.spec
+1
-1
No files found.
dlls/user.exe16/user.c
View file @
7f47234c
...
...
@@ -510,6 +510,15 @@ static void free_clipboard_formats(void)
}
/***********************************************************************
* OldExitWindows (USER.2)
*/
void
WINAPI
OldExitWindows16
(
void
)
{
ExitWindows16
(
0
,
0
);
}
/**********************************************************************
* InitApp (USER.5)
*/
...
...
dlls/user.exe16/user.exe16.spec
View file @
7f47234c
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment