Changeset 7543 for trunk/src


Ignore:
Timestamp:
Dec 4, 2001, 5:11:52 PM (24 years ago)
Author:
sandervl
Message:

updates

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/propsheet.cpp

    r7541 r7543  
    1 /* $Id: propsheet.cpp,v 1.12 2001-12-04 11:26:26 sandervl Exp $ */
     1/* $Id: propsheet.cpp,v 1.13 2001-12-04 16:11:52 sandervl Exp $ */
    22/*
    33 * Property Sheets
     
    11651165  //SvL: CVP multiplies y padding by two to calculate the new height
    11661166  //I have no idea if this is always correct
     1167  //This actually does make sense. The property page will get centered instead
     1168  //of being slammed in the lower right corner
    11671169  SetWindowPos(hwndPage, HWND_TOP,
    11681170               rc.left + padding.x/2,
  • trunk/src/kernel32/hmcomm.cpp

    r7524 r7543  
    1 /* $Id: hmcomm.cpp,v 1.24 2001-12-02 12:00:50 sandervl Exp $ */
     1/* $Id: hmcomm.cpp,v 1.25 2001-12-04 16:11:25 sandervl Exp $ */
    22
    33/*
     
    223223    if(rc)
    224224    {
     225      OSLibDosClose(pHMHandleData->hHMHandle);
    225226      delete pHMHandleData->lpHandlerData;
    226227      return rc;
     
    243244            DebugInt3();
    244245            if(pDevData->hEventSem) ::CloseHandle(pDevData->hEventSem);
    245             delete pHMHandleData->lpHandlerData;
     246            delete pHMHandleData->lpHandlerData;
     247            OSLibDosClose(pHMHandleData->hHMHandle);
    246248            return ERROR_NOT_ENOUGH_MEMORY;
    247249        }
Note: See TracChangeset for help on using the changeset viewer.