update for HEAD-2003050101
[reactos.git] / lib / user32 / windows / messagebox.c
index 24d1b87..63a8663 100644 (file)
@@ -42,7 +42,7 @@ MessageBoxA(
   LPCSTR lpCaption,
   UINT uType)
 {
-  return 0;
+  return MessageBoxExA(hWnd, lpText, lpCaption, uType, 0);
 }
 
 int
@@ -93,5 +93,13 @@ MessageBoxW(
   LPCWSTR lpCaption,
   UINT uType)
 {
-  return 0;
+  return MessageBoxExW(hWnd, lpText, lpCaption, uType, 0);
+}
+
+DWORD
+STDCALL
+SoftModalMessageBox (DWORD Unknown0)
+{
+       return 0;
 }
+/* EOF */