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/user32.cpp

    r755 r780  
    1 /* $Id: user32.cpp,v 1.22 1999-08-31 14:37:27 sandervl Exp $ */
     1/* $Id: user32.cpp,v 1.23 1999-09-01 19:12:18 phaller Exp $ */
    22
    33/*
     
    12831283
    12841284
    1285 HWND WIN32API ChildWindowFromPointEx (HWND hwndParent, POINT pt, UINT uFlags) 
     1285HWND WIN32API ChildWindowFromPointEx (HWND hwndParent, POINT pt, UINT uFlags)
    12861286{
    12871287        RECT rect;
     
    18991899//******************************************************************************
    19001900//******************************************************************************
    1901 BOOL WIN32API ExcludeUpdateRgn( HDC arg1, HWND  arg2)
     1901INT WIN32API ExcludeUpdateRgn( HDC arg1, HWND  arg2)
    19021902{
    19031903#ifdef DEBUG
     
    27632763//******************************************************************************
    27642764//******************************************************************************
    2765 BOOL WIN32API ScrollWindowEx( HWND arg1, int arg2, int arg3, const RECT * arg4, const RECT * arg5, HRGN arg6, PRECT arg7, UINT  arg8)
     2765INT WIN32API ScrollWindowEx( HWND arg1, int arg2, int arg3, const RECT * arg4, const RECT * arg5, HRGN arg6, PRECT arg7, UINT  arg8)
    27662766{
    27672767#ifdef DEBUG
     
    44224422 *****************************************************************************/
    44234423
    4424 BOOL WIN32API GetKeyboardLayoutNameA(LPTSTR pwszKLID)
     4424//@@@PH Win32 BOOLs are casted to INTs.
     4425INT WIN32API GetKeyboardLayoutNameA(LPTSTR pwszKLID)
    44254426{
    44264427  dprintf(("USER32:GetKeyboardLayoutNameA (%08x) not implemented.",
     
    44464447 *****************************************************************************/
    44474448
    4448 BOOL WIN32API GetKeyboardLayoutNameW(LPWSTR pwszKLID)
     4449//@@@PH Win32 BOOLs are casted to INTs.
     4450INT  WIN32API GetKeyboardLayoutNameW(LPWSTR pwszKLID)
    44494451{
    44504452  dprintf(("USER32:GetKeyboardLayoutNameW (%08x) not implemented.",
     
    49064908 *****************************************************************************/
    49074909
    4908 BOOL WIN32API MessageBoxIndirectW(LPMSGBOXPARAMSW lpMsgBoxParams)
     4910//@@@PH Win32 BOOLs are casted to INTs.
     4911INT  WIN32API MessageBoxIndirectW(LPMSGBOXPARAMSW lpMsgBoxParams)
    49094912{
    49104913  dprintf(("USER32:MessageBoxIndirectW (%08x) not implemented.\n",
     
    49304933 *****************************************************************************/
    49314934
    4932 BOOL WIN32API MessageBoxIndirectA(LPMSGBOXPARAMSA lpMsgBoxParams)
     4935//@@@PH Win32 BOOLs are casted to INTs.
     4936INT  WIN32API MessageBoxIndirectA(LPMSGBOXPARAMSA lpMsgBoxParams)
    49334937{
    49344938  dprintf(("USER32:MessageBoxIndirectA (%08x) not implemented.\n",
Note: See TracChangeset for help on using the changeset viewer.