Ignore:
Timestamp:
Nov 10, 1999, 3:16:45 PM (26 years ago)
Author:
sandervl
Message:

exported api for ntdll + other changes

File:
1 edited

Legend:

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

    r1629 r1688  
    1 /* $Id: windowmsg.cpp,v 1.4 1999-11-08 13:44:17 sandervl Exp $ */
     1/* $Id: windowmsg.cpp,v 1.5 1999-11-10 14:16:45 sandervl Exp $ */
    22/*
    33 * Win32 window message APIs for OS/2
     
    181181BOOL WIN32API WaitMessage(void)
    182182{
    183 #ifdef DEBUG
    184     WriteLog("USER32:  WaitMessage\n");
    185 #endif
    186     return O32_WaitMessage();
     183    dprintf2(("USER32: WaitMessage"));
     184    return OSLibWinWaitMessage();
    187185}
    188186//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.