Changeset 1096 for trunk/src/user32/msgbox.cpp
- Timestamp:
- Oct 1, 1999, 12:15:23 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/msgbox.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/msgbox.cpp
r982 r1096 1 /* $Id: msgbox.cpp,v 1. 2 1999-09-19 08:24:47sandervl Exp $ */1 /* $Id: msgbox.cpp,v 1.3 1999-10-01 10:15:23 sandervl Exp $ */ 2 2 /* 3 3 * Win32 message box function for OS/2 … … 11 11 #include <os2win.h> 12 12 #include <misc.h> 13 #include "win32wnd.h" 14 13 15 /***************************************************************************** 14 16 * Name : int WIN32API MessageBoxExA … … 142 144 { 143 145 dprintf(("USER32: MessageBoxA %s %s\n", lpszText, lpszTitle)); 146 hwndOwner = Win32Window::Win32ToOS2Handle(hwndOwner); 144 147 return(O32_MessageBox(hwndOwner, lpszText, lpszTitle, fuStyle)); 145 148 }
Note:
See TracChangeset
for help on using the changeset viewer.
