Changeset 330 for trunk/src/user32/new/oslibwin.cpp
- Timestamp:
- Jul 18, 1999, 7:12:03 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibwin.cpp
r329 r330 1 /* $Id: oslibwin.cpp,v 1.1 3 1999-07-18 14:56:36sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.14 1999-07-18 17:12:02 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 366 366 //****************************************************************************** 367 367 //****************************************************************************** 368 BOOL OSLibWinFlashWindow(HWND hwnd, BOOL fFlash) 369 { 370 return WinFlashWindow(hwnd, fFlash); 371 } 372 //****************************************************************************** 373 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.