Ignore:
Timestamp:
Feb 21, 2010, 5:33:53 PM (16 years ago)
Author:
rlwalsh
Message:

eliminate VACPP warning & info msgs - see Ticket #1

File:
1 edited

Legend:

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

    r21344 r21356  
    337337            }
    338338            /* Make sure parent is valid */
    339             if (!window->IsWindow() )
     339/*RLW            if (!window->IsWindow() ) */
     340            if (!::IsWindow(cs->hwndParent) )
    340341            {
    341342                    RELEASE_WNDOBJ(window);
Note: See TracChangeset for help on using the changeset viewer.