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

    r6618 r7866  
    1 /* $Id: winevent.cpp,v 1.1 2001-08-31 20:31:03 phaller Exp $ */
     1/* $Id: winevent.cpp,v 1.2 2002-02-11 13:48:42 sandervl Exp $ */
    22
    33/*
     
    6262 *****************************************************************************/
    6363
    64 ODINPROCEDURE4(NotifyWinEvent,
    65                DWORD, event,
    66                HWND,  hwnd,
    67                LONG,  idObjectType,
    68                LONG,  idObject)
     64void WIN32API NotifyWinEvent(DWORD event, HWND hwnd, LONG idObjectType, LONG idObject)
    6965{
    7066  /*
Note: See TracChangeset for help on using the changeset viewer.