Ignore:
Timestamp:
Feb 11, 2002, 2:48:43 PM (24 years ago)
Author:
sandervl
Message:

logging changes, window title fix (codepage), keyboard fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/window.cpp

    r7808 r7866  
    1 /* $Id: window.cpp,v 1.116 2002-02-06 16:31:48 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.117 2002-02-11 13:48:42 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    593593 * Author    : Patrick Haller [Thu, 1998/02/26 11:55]
    594594 *****************************************************************************/
    595 ODINFUNCTION2(BOOL, ShowWindowAsync,
    596               HWND, hwnd,
    597               int,  nCmdShow)
     595BOOL WIN32API ShowWindowAsync(HWND hwnd, int nCmdShow)
    598596{
    599597  dprintf(("USER32:ShowWindowAsync (%08xh,%08x) not correctly implemented.\n",
Note: See TracChangeset for help on using the changeset viewer.