Ignore:
Timestamp:
Oct 25, 1999, 12:56:11 AM (26 years ago)
Author:
sandervl
Message:

class changes

File:
1 edited

Legend:

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

    r1429 r1433  
    1 /* $Id: win32wmdichild.cpp,v 1.6 1999-10-24 12:30:28 sandervl Exp $ */
     1/* $Id: win32wmdichild.cpp,v 1.7 1999-10-24 22:56:10 sandervl Exp $ */
    22/*
    33 * Win32 MDI Child Window Class for OS/2
     
    350350    if (!(classAtom = (client->IsUnicode() ? GlobalFindAtomW((LPWSTR)cs->szClass) :
    351351                                             GlobalFindAtomA(cs->szClass))))
     352
    352353    {
    353354        if (!HIWORD(cs->szClass))
Note: See TracChangeset for help on using the changeset viewer.