Changeset 6395 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Jul 28, 2001, 3:43:54 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r6342 r6395 1 /* $Id: oslibwin.cpp,v 1.10 6 2001-07-15 15:39:03 sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.107 2001-07-28 13:43:53 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 302 302 //****************************************************************************** 303 303 //****************************************************************************** 304 BOOL OSLibWinSetSysValue(LONG iSysValue, ULONG val) 305 { 306 return WinQuerySysValue(iSysValue, val); 307 } 308 //****************************************************************************** 309 //****************************************************************************** 304 310 ULONG OSLibWinQueryDlgItemText(HWND hwndDlg,ULONG idItem,LONG cchBufferMax,char* pchBuffer) 305 311 {
Note:
See TracChangeset
for help on using the changeset viewer.