Ignore:
Timestamp:
Oct 9, 1999, 11:45:28 AM (26 years ago)
Author:
sandervl
Message:

Clipboard fixes + EB's accelerator fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbase.h

    r1189 r1209  
    1 /* $Id: win32wbase.h,v 1.15 1999-10-08 16:13:09 cbratschi Exp $ */
     1/* $Id: win32wbase.h,v 1.16 1999-10-09 09:45:28 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    199199static Win32BaseWindow *GetWindowFromHandle(HWND hwnd);
    200200static Win32BaseWindow *GetWindowFromOS2Handle(HWND hwnd);
    201 static Win32BaseWindow *GetWindowFromFrameHandle(HWND hwnd);
     201static Win32BaseWindow *GetWindowFromOS2FrameHandle(HWND hwnd);
    202202
    203203       PVOID getOldFrameProc() { return pOldFrameProc; };
Note: See TracChangeset for help on using the changeset viewer.