CVS: winex/dlls/user user_main.c,1.14,1.15
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/dlls/user user_main.c,1.14,1.15Update of /var/lib/cvsd/cvsroot/winex/dlls/user
In directory agravaine:/tmp/cvs-serv30668/dlls/user
Modified Files:
user_main.c
Log Message:
Provide a facility for the user driver to provide its own implementation of
MessageBox. This allows us to use platform native dialogs for simple alerts
in some cases.
Also, sped up copy protection on some platforms by avoiding starting a
console.
Index: user_main.c
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/dlls/user/user_main.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- user_main.c 16 Mar 2004 20:16:04 -0000 1.14
+++ user_main.c 30 Mar 2007 15:51:25 -0000 1.15
@@ -108,6 +108,7 @@
GET_USER_FUNC(ChangeDisplayMode);
GET_USER_FUNC(EnumDisplayModes);
GET_USER_FUNC(GetSystemMetrics);
+ GET_USER_FUNC(MessageBox);
return TRUE;
}