Changeset 3364 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Apr 10, 2000, 9:40:45 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r3250 r3364 1 /* $Id: oslibwin.cpp,v 1.7 2 2000-03-27 15:06:29 cbratschiExp $ */1 /* $Id: oslibwin.cpp,v 1.73 2000-04-10 19:40:44 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 931 931 //****************************************************************************** 932 932 //****************************************************************************** 933 void OSLibWinSetVisibleRegionNotify(HWND hwnd, BOOL fNotify) 934 { 935 WinSetVisibleRegionNotify(hwnd, fNotify); 936 } 937 //****************************************************************************** 938 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.