Ignore:
Timestamp:
Oct 30, 1999, 11:19:47 AM (26 years ago)
Author:
sandervl
Message:

EB's unicode changes + seticon + mdi fixes

File:
1 edited

Legend:

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

    r1490 r1513  
    1 /* $Id: win32wmdichild.cpp,v 1.8 1999-10-28 12:00:36 sandervl Exp $ */
     1/* $Id: win32wmdichild.cpp,v 1.9 1999-10-30 09:19:46 sandervl Exp $ */
    22/*
    33 * Win32 MDI Child Window Class for OS/2
     
    115115
    116116    case WM_CLOSE:
    117         client->SendMessageA(WM_MDIDESTROY,(WPARAM16)getWindowHandle(), 0L);
     117        client->SendMessageA(WM_MDIDESTROY,(WPARAM)getWindowHandle(), 0L);
    118118        return 0;
    119119
Note: See TracChangeset for help on using the changeset viewer.