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/HOOK.CPP

    r5863 r5935  
    1 /* $Id: HOOK.CPP,v 1.19 2001-06-01 10:28:17 sandervl Exp $ */
     1/* $Id: HOOK.CPP,v 1.20 2001-06-09 14:50:15 sandervl Exp $ */
    22
    33/*
     
    767767            hi.dwContextId = wnd->getWindowContextHelpId();
    768768            hi.MousePos = msg->pt;
     769            RELEASE_WNDOBJ(wnd);
    769770            SendMessageA(msg->hwnd, WM_HELP, 0, (LPARAM)&hi);
    770771        }
Note: See TracChangeset for help on using the changeset viewer.