Ignore:
Timestamp:
Sep 1, 1999, 9:12:23 PM (26 years ago)
Author:
phaller
Message:

Fix: header file cleanup (win32type.h)

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 sandervl Exp $ */
     1/* $Id: msgbox.cpp,v 1.2 1999-09-01 19:12:20 phaller Exp $ */
    22/*
    33 * Win32 message box function for OS/2
     
    9898 *****************************************************************************/
    9999
    100 BOOL WIN32API MessageBoxIndirectW(LPMSGBOXPARAMSW lpMsgBoxParams)
     100// @@@PH Win32 BOOL's are casted to INTs
     101INT WIN32API MessageBoxIndirectW(LPMSGBOXPARAMSW lpMsgBoxParams)
    101102{
    102103  dprintf(("USER32:MessageBoxIndirectW (%08x) not implemented.\n",
     
    122123 *****************************************************************************/
    123124
    124 BOOL WIN32API MessageBoxIndirectA(LPMSGBOXPARAMSA lpMsgBoxParams)
     125// @@@PH Win32 BOOL's are casted to INTs
     126INT  WIN32API MessageBoxIndirectA(LPMSGBOXPARAMSA lpMsgBoxParams)
    125127{
    126128  dprintf(("USER32:MessageBoxIndirectA (%08x) not implemented.\n",
Note: See TracChangeset for help on using the changeset viewer.