commit | 98c3053e6e8deee57f77ad011478e623ec7feb8f | [log] [tgz] |
---|---|---|
author | Ulrich Weigand <weigand@informatik.uni-erlangen.de> | Tue Jul 27 17:10:06 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jul 27 17:10:06 1999 +0000 |
tree | cb38be73c2d0ec5dfd213f8f6314f926a6c3fa03 | |
parent | 98b5f77fc27f34b8311f279ebd767a39c7b87f6f [diff] [blame] |
Added FinalUserInit16/FinalGdiInit16 stubs. Call out to FinalUserInit in MAIN_EmulatorRun.
diff --git a/miscemu/main.c b/miscemu/main.c index 0e1ec92..dc2a78b 100644 --- a/miscemu/main.c +++ b/miscemu/main.c
@@ -41,6 +41,9 @@ /* Get pointers to USER routines called by KERNEL */ THUNK_InitCallout(); + /* Call FinalUserInit routine */ + Callout.FinalUserInit16(); + /* Call InitApp for initial task */ Callout.InitApp16( MapHModuleLS( 0 ) );