Changeset 780 for trunk/src/user32/new/msgbox.cpp
- Timestamp:
- Sep 1, 1999, 9:12:23 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/msgbox.cpp
r300 r780 1 /* $Id: msgbox.cpp,v 1. 1 1999-07-14 08:35:35 sandervlExp $ */1 /* $Id: msgbox.cpp,v 1.2 1999-09-01 19:12:20 phaller Exp $ */ 2 2 /* 3 3 * Win32 message box function for OS/2 … … 98 98 *****************************************************************************/ 99 99 100 BOOL WIN32API MessageBoxIndirectW(LPMSGBOXPARAMSW lpMsgBoxParams) 100 // @@@PH Win32 BOOL's are casted to INTs 101 INT WIN32API MessageBoxIndirectW(LPMSGBOXPARAMSW lpMsgBoxParams) 101 102 { 102 103 dprintf(("USER32:MessageBoxIndirectW (%08x) not implemented.\n", … … 122 123 *****************************************************************************/ 123 124 124 BOOL WIN32API MessageBoxIndirectA(LPMSGBOXPARAMSA lpMsgBoxParams) 125 // @@@PH Win32 BOOL's are casted to INTs 126 INT WIN32API MessageBoxIndirectA(LPMSGBOXPARAMSA lpMsgBoxParams) 125 127 { 126 128 dprintf(("USER32:MessageBoxIndirectA (%08x) not implemented.\n",
Note:
See TracChangeset
for help on using the changeset viewer.