SoftModalMessageBox stub added.
[reactos.git] / reactos / lib / user32 / windows / messagebox.c
index ebde332..5c23c25 100644 (file)
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: messagebox.c,v 1.4 2003/03/16 17:01:45 ea Exp $
+/* $Id: messagebox.c,v 1.5 2003/03/16 17:11:22 ea Exp $
  *
  * PROJECT:         ReactOS user32.dll
  * FILE:            lib/user32/windows/input.c
@@ -95,4 +95,11 @@ MessageBoxW(
 {
   return MessageBoxExW(hWnd, lpText, lpCaption, uType, 0);
 }
+
+DWORD
+STDCALL
+SoftModalMessageBox (DWORD Unknown0)
+{
+       return 0;
+}
 /* EOF */