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

    r7801 r7866  
    1 /* $Id: user32.cpp,v 1.119 2002-02-05 17:58:59 sandervl Exp $ */
     1/* $Id: user32.cpp,v 1.120 2002-02-11 13:48:41 sandervl Exp $ */
    22
    33/*
     
    20582058 * Author    : Patrick Haller [Wed, 1998/06/16 11:55]
    20592059 *****************************************************************************/
    2060 BOOL WIN32API EndTask(DWORD x1,
    2061                          DWORD x2,
    2062                          DWORD x3)
     2060BOOL WIN32API EndTask(DWORD x1, DWORD x2, DWORD x3)
    20632061{
    20642062  dprintf(("USER32: EndTask(%08xh,%08xh,%08xh) not implemented.\n",
     
    20802078 * Author    : Patrick Haller [Wed, 1998/06/16 11:55]
    20812079 *****************************************************************************/
    2082 BOOL WIN32API GetNextQueueWindow(DWORD x1,
    2083                                     DWORD x2)
     2080BOOL WIN32API GetNextQueueWindow(DWORD x1, DWORD x2)
    20842081{
    20852082  dprintf(("USER32: GetNextQueueWindow(%08xh,%08xh) not implemented.\n",
     
    21782175                                DWORD x4)
    21792176{
    2180   dprintf(("USER32: SysErrorBox(%08xh,%08xh,%08xh,%08xh) not implemented.\n",
     2177  dprintf(("USER32: UserSignalProc(%08xh,%08xh,%08xh,%08xh) not implemented.\n",
    21812178           x1,
    21822179           x2,
Note: See TracChangeset for help on using the changeset viewer.