Ignore:
Timestamp:
Oct 22, 2000, 9:53:25 PM (25 years ago)
Author:
sandervl
Message:

RegisterClassW fix + use different version of IsWindow in menu.cpp

File:
1 edited

Legend:

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

    r4494 r4517  
    1 /* $Id: windowclass.cpp,v 1.12 2000-10-17 17:11:09 sandervl Exp $ */
     1/* $Id: windowclass.cpp,v 1.13 2000-10-22 19:53:25 sandervl Exp $ */
    22/*
    33 * Win32 Window Class Code for OS/2
     
    107107    wc.cbSize = sizeof(wc);
    108108    memcpy(&wc.style, lpwc, sizeof(WNDCLASSA));
     109    wc.hIconSm = 0;
    109110
    110111    if(Win32WndClass::FindClass(wc.hInstance, (LPWSTR)wc.lpszClassName)) {
Note: See TracChangeset for help on using the changeset viewer.