Ignore:
Timestamp:
Dec 26, 1999, 6:30:20 PM (26 years ago)
Author:
cbratschi
Message:

non-client fixes, DefWndProc enhancements, several other bugs fixed

File:
1 edited

Legend:

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

    r2201 r2204  
    1 /* $Id: oslibwin.cpp,v 1.51 1999-12-24 18:51:55 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.52 1999-12-26 17:30:15 cbratschi Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    11961196//******************************************************************************
    11971197//******************************************************************************
     1198BOOL OSLibWinEnableWindowUpdate(HWND hwnd,BOOL fEnable)
     1199{
     1200  return WinEnableWindowUpdate(hwnd,fEnable);
     1201}
Note: See TracChangeset for help on using the changeset viewer.