Ignore:
Timestamp:
Jul 28, 2001, 3:43:54 PM (24 years ago)
Author:
sandervl
Message:

rewrote some functions

File:
1 edited

Legend:

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

    r6342 r6395  
    1 /* $Id: oslibwin.cpp,v 1.106 2001-07-15 15:39:03 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.107 2001-07-28 13:43:53 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    302302//******************************************************************************
    303303//******************************************************************************
     304BOOL OSLibWinSetSysValue(LONG iSysValue, ULONG val)
     305{
     306    return WinQuerySysValue(iSysValue, val);
     307}
     308//******************************************************************************
     309//******************************************************************************
    304310ULONG OSLibWinQueryDlgItemText(HWND hwndDlg,ULONG idItem,LONG cchBufferMax,char* pchBuffer)
    305311{
Note: See TracChangeset for help on using the changeset viewer.