Ignore:
Timestamp:
Apr 7, 2002, 11:37:35 PM (23 years ago)
Author:
sandervl
Message:

fixed double handle allocated for desktop window + made EnumWindows a bit safer

File:
1 edited

Legend:

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

    r8202 r8210  
    1 /* $Id: win32wndhandle.cpp,v 1.11 2002-04-07 14:37:00 sandervl Exp $ */
     1/* $Id: win32wndhandle.cpp,v 1.12 2002-04-07 21:37:35 sandervl Exp $ */
    22/*
    33 * Win32 Handle Management Code for OS/2
     
    7373  lastIndex++;
    7474  DosLeaveCriticalSection(&globalwhandlecritsect);
     75  dprintf2(("HwAllocateWindowHandle %x", *hwnd));
    7576  return TRUE;
    7677}
     
    8586        DosLeaveCriticalSection(&globalwhandlecritsect);
    8687  }
     88  dprintf2(("HwFreeWindowHandle %x", hwnd));
    8789}
    8890//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.