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

Alexandre Julliard julliard at winehq.org
Wed Dec 13 15:40:22 CST 2017


Module: wine
Branch: master
Commit: 7f47234c9b80b038a11da1cff994450f89b90687
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7f47234c9b80b038a11da1cff994450f89b90687

Author: Martin Payne <development at martinpayne.me.uk>
Date:   Wed Dec 13 10:23:50 2017 +0000

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

Signed-off-by: Martin Payne <development at martinpayne.me.uk>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/user.exe16/user.c          | 9 +++++++++
 dlls/user.exe16/user.exe16.spec | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/dlls/user.exe16/user.c b/dlls/user.exe16/user.c
index eac4a19..729e973 100644
--- a/dlls/user.exe16/user.c
+++ b/dlls/user.exe16/user.c
@@ -510,6 +510,15 @@ static void free_clipboard_formats(void)
 }
 
 
+/***********************************************************************
+ *		OldExitWindows (USER.2)
+ */
+void WINAPI OldExitWindows16(void)
+{
+    ExitWindows16(0, 0);
+}
+
+
 /**********************************************************************
  *		InitApp (USER.5)
  */
diff --git a/dlls/user.exe16/user.exe16.spec b/dlls/user.exe16/user.exe16.spec
index 8d928bc..ec57180 100644
--- a/dlls/user.exe16/user.exe16.spec
+++ b/dlls/user.exe16/user.exe16.spec
@@ -1,5 +1,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




More information about the wine-cvs mailing list