Ignore:
Timestamp:
Oct 30, 1999, 12:55:16 PM (26 years ago)
Author:
sandervl
Message:

MapDialogRect fix

File:
1 edited

Legend:

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

    r1495 r1516  
    1 /* $Id: user32.cpp,v 1.48 1999-10-28 18:22:28 sandervl Exp $ */
     1/* $Id: user32.cpp,v 1.49 1999-10-30 10:55:15 sandervl Exp $ */
    22
    33/*
     
    22442244}
    22452245
    2246 /* Dialog Box Functions */
    2247 
    2248 BOOL WIN32API MapDialogRect( HWND hDlg, PRECT  lpRect)
    2249 {
    2250 #ifdef DEBUG
    2251     WriteLog("USER32:  MapDialogRect\n");
    2252 #endif
    2253     hDlg = Win32Window::Win32ToOS2Handle(hDlg);
    2254 
    2255     return O32_MapDialogRect(hDlg,lpRect);
    2256 }
    2257 
    22582246/* Icon Functions */
    22592247int WIN32API LookupIconIdFromDirectory(PBYTE presbits, BOOL fIcon)
Note: See TracChangeset for help on using the changeset viewer.