Ignore:
Timestamp:
Aug 4, 2001, 3:49:17 PM (24 years ago)
Author:
sandervl
Message:

minor update

File:
1 edited

Legend:

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

    r5968 r6444  
    1 /* $Id: win32wmdiclient.cpp,v 1.37 2001-06-11 20:08:25 sandervl Exp $ */
     1/* $Id: win32wmdiclient.cpp,v 1.38 2001-08-04 13:49:17 sandervl Exp $ */
    22/*
    33 * Win32 MDI Client Window Class for OS/2
     
    10701070 *           CalcChildScroll   (USER.462)
    10711071 */
    1072 void WINAPI CalcChildScroll(HWND hwnd,WORD scroll)
     1072void WINAPI CalcChildScroll(HWND hwnd,INT scroll)
    10731073{
    10741074    Win32BaseWindow *win32wnd = Win32BaseWindow::GetWindowFromHandle(hwnd);
Note: See TracChangeset for help on using the changeset viewer.