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/win32wmdiclient.cpp

    r1429 r1433  
    1 /* $Id: win32wmdiclient.cpp,v 1.9 1999-10-24 12:30:29 sandervl Exp $ */
     1/* $Id: win32wmdiclient.cpp,v 1.10 1999-10-24 22:56:10 sandervl Exp $ */
    22/*
    33 * Win32 MDI Client Window Class for OS/2
     
    943943    WNDCLASSA wndClass;
    944944
    945     if (GlobalFindAtomA(MDICLIENTCLASSNAMEA)) return FALSE;
     945//SvL: Don't check this now
     946//    if (GlobalFindAtomA(MDICLIENTCLASSNAMEA)) return FALSE;
    946947
    947948    ZeroMemory(&wndClass,sizeof(WNDCLASSA));
Note: See TracChangeset for help on using the changeset viewer.