Ignore:
Timestamp:
Mar 16, 2000, 8:19:11 PM (25 years ago)
Author:
sandervl
Message:

VK_RETURN fix

File:
1 edited

Legend:

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

    r2803 r3127  
    1 /* $Id: win32wndhandle.cpp,v 1.5 2000-02-16 14:28:25 sandervl Exp $ */
     1/* $Id: win32wndhandle.cpp,v 1.6 2000-03-16 19:19:11 sandervl Exp $ */
    22/*
    33 * Win32 Handle Management Code for OS/2
     
    4040        //oops, out of handles
    4141        dprintf(("USER32: HwAllocateWindowHandle OUT OF WINDOW HANDLES!!"));
     42        tableMutex.leave();
    4243        DebugInt3();
    43         tableMutex.leave();
    4444        return FALSE;
    4545  }
Note: See TracChangeset for help on using the changeset viewer.