Ignore:
Timestamp:
Jul 29, 2001, 9:02:35 PM (24 years ago)
Author:
sandervl
Message:

custom build updates

File:
1 edited

Legend:

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

    r6395 r6401  
    1 /* $Id: oslibwin.cpp,v 1.107 2001-07-28 13:43:53 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.108 2001-07-29 18:59:27 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    257257}
    258258//******************************************************************************
    259 //******************************************************************************
    260 APIRET OSLibDosBeep(ULONG freg,ULONG dur)
    261 {
    262     return DosBeep(freg,dur);
    263 }
    264 //******************************************************************************
    265 //******************************************************************************
    266259HWND OSLibWinQueryFocus(HWND hwndDeskTop)
    267260{
Note: See TracChangeset for help on using the changeset viewer.