Changeset 1688 for trunk/src/user32/oslibmsg.cpp
- Timestamp:
- Nov 10, 1999, 3:16:45 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r1629 r1688 1 /* $Id: oslibmsg.cpp,v 1. 9 1999-11-08 13:44:14sandervl Exp $ */1 /* $Id: oslibmsg.cpp,v 1.10 1999-11-10 14:16:45 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 234 234 //****************************************************************************** 235 235 //****************************************************************************** 236 BOOL OSLibWinWaitMessage() 237 { 238 return WinWaitMsg(GetThreadHAB(), 0, 0); 239 } 240 //****************************************************************************** 241 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.