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

    r662 r780  
    1 /* $Id: user32.cpp,v 1.15 1999-08-24 15:57:27 cbratschi Exp $ */
     1/* $Id: user32.cpp,v 1.16 1999-09-01 19:12:21 phaller Exp $ */
    22
    33/*
     
    866866//******************************************************************************
    867867//******************************************************************************
    868 BOOL WIN32API ExcludeUpdateRgn( HDC arg1, HWND  arg2)
     868INT WIN32API ExcludeUpdateRgn( HDC arg1, HWND  arg2)
    869869{
    870870#ifdef DEBUG
     
    22392239 *****************************************************************************/
    22402240
    2241 BOOL WIN32API GetKeyboardLayoutNameA(LPTSTR pwszKLID)
     2241// @@@PH Win32 BOOL's are casted to INTs
     2242INT WIN32API GetKeyboardLayoutNameA(LPTSTR pwszKLID)
    22422243{
    22432244  dprintf(("USER32:GetKeyboardLayoutNameA (%08x) not implemented.",
     
    22632264 *****************************************************************************/
    22642265
    2265 BOOL WIN32API GetKeyboardLayoutNameW(LPWSTR pwszKLID)
     2266// @@@PH Win32 BOOL's are casted to INTs
     2267INT WIN32API GetKeyboardLayoutNameW(LPWSTR pwszKLID)
    22662268{
    22672269  dprintf(("USER32:GetKeyboardLayoutNameW (%08x) not implemented.",
Note: See TracChangeset for help on using the changeset viewer.