Ignore:
Timestamp:
Jul 17, 1999, 1:56:51 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r317 r321  
    1 /* $Id: user32.cpp,v 1.2 1999-07-16 17:50:10 cbratschi Exp $ */
     1/* $Id: user32.cpp,v 1.3 1999-07-17 11:52:22 sandervl Exp $ */
    22
    33/*
     
    263263//******************************************************************************
    264264//******************************************************************************
    265 BOOL WIN32API GetMessageA( LPMSG arg1, HWND  arg2, UINT arg3, UINT  arg4)
    266 {
    267 ////    dprintf(("USER32:  GetMessage\n"));
    268     return O32_GetMessage(arg1, arg2, arg3, arg4);
    269 }
    270265//******************************************************************************
    271266//******************************************************************************
     
    14291424//******************************************************************************
    14301425//******************************************************************************
    1431 LONG WIN32API GetMessageExtraInfo(void)
    1432 {
    1433     dprintf(("USER32:  GetMessageExtraInfo\n"));
    1434     return O32_GetMessageExtraInfo();
    1435 }
    1436 //******************************************************************************
    1437 //******************************************************************************
    1438 DWORD WIN32API GetMessagePos(void)
    1439 {
    1440     dprintf(("USER32:  GetMessagePos\n"));
    1441     return O32_GetMessagePos();
    1442 }
    1443 //******************************************************************************
    1444 //******************************************************************************
    1445 LONG WIN32API GetMessageTime(void)
    1446 {
    1447     dprintf(("USER32:  GetMessageTime\n"));
    1448     return O32_GetMessageTime();
    1449 }
    1450 //******************************************************************************
    1451 //******************************************************************************
    1452 BOOL WIN32API GetMessageW(LPMSG arg1, HWND arg2, UINT arg3, UINT arg4)
    1453 {
    1454  BOOL rc;
    1455 
    1456     // NOTE: This will not work as is (needs UNICODE support)
    1457     rc = O32_GetMessage(arg1, arg2, arg3, arg4);
    1458     dprintf(("USER32:  GetMessageW %X returned %d\n", arg2, rc));
    1459     return(rc);
    1460 }
    14611426//******************************************************************************
    14621427//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.