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

    r1629 r1688  
    1 /* $Id: oslibmsg.cpp,v 1.9 1999-11-08 13:44:14 sandervl Exp $ */
     1/* $Id: oslibmsg.cpp,v 1.10 1999-11-10 14:16:45 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    234234//******************************************************************************
    235235//******************************************************************************
     236BOOL OSLibWinWaitMessage()
     237{
     238  return WinWaitMsg(GetThreadHAB(), 0, 0);
     239}
     240//******************************************************************************
     241//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.