Changeset 9424
- Timestamp:
- Nov 25, 2002, 10:52:50 AM (22 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/comctl32/comctl32undoc.c ¶
r9374 r9424 1855 1855 INT i; 1856 1856 1857 if (!hdpa ->ptrs)1857 if (!hdpa || !hdpa->ptrs) 1858 1858 return -1; 1859 1859 -
TabularUnified trunk/src/comctl32/imagelist.c ¶
r9394 r9424 695 695 DeleteObject (himl->hbrBlend50); 696 696 697 ZeroMemory(himl, sizeof(*himl)); 697 698 COMCTL32_Free (himl); 698 699 … … 1224 1225 DeleteObject(hBlendMaskBmp); 1225 1226 DeleteObject(hImageBmp); 1226 Delete Object(hImageDC);1227 Delete Object(hImageListDC);1228 Delete Object(hMaskListDC);1227 DeleteDC(hImageDC); 1228 DeleteDC(hImageListDC); 1229 DeleteDC(hMaskListDC); 1229 1230 1230 1231 return bResult; -
TabularUnified trunk/src/shell32/shlfileop.c ¶
r9369 r9424 20 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 21 */ 22 #ifdef __WIN32OS2__23 #define ICOM_CINTERFACE 124 #include <odin.h>25 #include "debugtools.h"26 #endif27 22 #include <string.h> 28 23 #include "winreg.h"
Note:
See TracChangeset
for help on using the changeset viewer.