Ignore:
Timestamp:
Oct 31, 1999, 6:53:55 PM (26 years ago)
Author:
cbratschi
Message:

pmframe, scrollbar fixes. window.cpp compiles again

File:
1 edited

Legend:

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

    r1529 r1530  
    1 /* $Id: window.cpp,v 1.29 1999-10-31 16:44:05 dengert Exp $ */
     1/* $Id: window.cpp,v 1.30 1999-10-31 17:53:55 cbratschi Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    189189    else dprintf(("CreateWindowExW: class %d parent %x (%d,%d) (%d,%d), %x %x", className, parent, x, y, width, height, style, exStyle));
    190190
    191     if (!strcmpi(className, L"BUTTON") && ((style & 0x0f) == BS_GROUPBOX))
     191    if (!lstrcmpiW(className,(LPCWSTR)L"BUTTON") && ((style & 0x0f) == BS_GROUPBOX))
    192192      style |= WS_CLIPSIBLINGS;
    193193
Note: See TracChangeset for help on using the changeset viewer.