Ignore:
Timestamp:
Jul 18, 1999, 7:12:03 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r329 r330  
    1 /* $Id: oslibwin.cpp,v 1.13 1999-07-18 14:56:36 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.14 1999-07-18 17:12:02 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    366366//******************************************************************************
    367367//******************************************************************************
     368BOOL OSLibWinFlashWindow(HWND hwnd, BOOL fFlash)
     369{
     370  return WinFlashWindow(hwnd, fFlash);
     371}
     372//******************************************************************************
     373//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.