- Timestamp:
- Dec 4, 2001, 5:11:52 PM (24 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/propsheet.cpp
r7541 r7543 1 /* $Id: propsheet.cpp,v 1.1 2 2001-12-04 11:26:26sandervl Exp $ */1 /* $Id: propsheet.cpp,v 1.13 2001-12-04 16:11:52 sandervl Exp $ */ 2 2 /* 3 3 * Property Sheets … … 1165 1165 //SvL: CVP multiplies y padding by two to calculate the new height 1166 1166 //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 1167 1169 SetWindowPos(hwndPage, HWND_TOP, 1168 1170 rc.left + padding.x/2, -
trunk/src/kernel32/hmcomm.cpp
r7524 r7543 1 /* $Id: hmcomm.cpp,v 1.2 4 2001-12-02 12:00:50sandervl Exp $ */1 /* $Id: hmcomm.cpp,v 1.25 2001-12-04 16:11:25 sandervl Exp $ */ 2 2 3 3 /* … … 223 223 if(rc) 224 224 { 225 OSLibDosClose(pHMHandleData->hHMHandle); 225 226 delete pHMHandleData->lpHandlerData; 226 227 return rc; … … 243 244 DebugInt3(); 244 245 if(pDevData->hEventSem) ::CloseHandle(pDevData->hEventSem); 245 delete pHMHandleData->lpHandlerData; 246 delete pHMHandleData->lpHandlerData; 247 OSLibDosClose(pHMHandleData->hHMHandle); 246 248 return ERROR_NOT_ENOUGH_MEMORY; 247 249 }
Note:
See TracChangeset
for help on using the changeset viewer.