Ignore:
Timestamp:
Oct 17, 2001, 5:16:58 PM (24 years ago)
Author:
phaller
Message:

Minor performance enhancement for window mgmt functions (GetWindowFromHandle)

File:
1 edited

Legend:

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

    r5685 r7097  
    1 /* $Id: win32wndhandle.cpp,v 1.9 2001-05-11 08:39:46 sandervl Exp $ */
     1/* $Id: win32wndhandle.cpp,v 1.10 2001-10-17 15:16:58 phaller Exp $ */
    22/*
    33 * Win32 Handle Management Code for OS/2
     
    8181//******************************************************************************
    8282//******************************************************************************
     83/* 2001-10-17 PH
     84 * Note: this function is repeated as "inline macro" in win32wbase.cpp.
     85 * Changes here must be reflected there, tool.
     86 */
    8387BOOL HwGetWindowHandleData(HWND hwnd, DWORD *pdwUserData)
    8488{
Note: See TracChangeset for help on using the changeset viewer.