Changeset 321 for trunk/src/user32/new/user32.cpp
- Timestamp:
- Jul 17, 1999, 1:56:51 PM (26 years ago)
- 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 cbratschiExp $ */1 /* $Id: user32.cpp,v 1.3 1999-07-17 11:52:22 sandervl Exp $ */ 2 2 3 3 /* … … 263 263 //****************************************************************************** 264 264 //****************************************************************************** 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 }270 265 //****************************************************************************** 271 266 //****************************************************************************** … … 1429 1424 //****************************************************************************** 1430 1425 //****************************************************************************** 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 }1461 1426 //****************************************************************************** 1462 1427 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.