Ignore:
Timestamp:
Jun 9, 2001, 4:50:26 PM (24 years ago)
Author:
sandervl
Message:

reference count (window + class objects) rewrite

File:
1 edited

Legend:

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

    r5777 r5935  
    1 /* $Id: win32wbasepos.cpp,v 1.25 2001-05-22 09:33:16 sandervl Exp $ */
     1/* $Id: win32wbasepos.cpp,v 1.26 2001-06-09 14:50:22 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (nonclient/position methods)
     
    3535#include "win32wndhandle.h"
    3636#include "dc.h"
    37 #include "pmframe.h"
    3837#include "win32wdesktop.h"
    3938#include <win\hook.h>
     
    256255                        break;  /* There's a window in there */
    257256                }
     257                RELEASE_WNDOBJ(child);
    258258                hwndChild = GetWindow(hwndChild, GW_HWNDNEXT);
    259259            }
Note: See TracChangeset for help on using the changeset viewer.