Changeset 9424


Ignore:
Timestamp:
Nov 25, 2002, 10:52:50 AM (22 years ago)
Author:
sandervl
Message:

DT: minor updates

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/comctl32/comctl32undoc.c

    r9374 r9424  
    18551855    INT i;
    18561856
    1857     if (!hdpa->ptrs)
     1857    if (!hdpa || !hdpa->ptrs)
    18581858        return -1;
    18591859
  • TabularUnified trunk/src/comctl32/imagelist.c

    r9394 r9424  
    695695        DeleteObject (himl->hbrBlend50);
    696696
     697    ZeroMemory(himl, sizeof(*himl));
    697698    COMCTL32_Free (himl);
    698699
     
    12241225    DeleteObject(hBlendMaskBmp);
    12251226    DeleteObject(hImageBmp);
    1226     DeleteObject(hImageDC);
    1227     DeleteObject(hImageListDC);
    1228     DeleteObject(hMaskListDC);
     1227    DeleteDC(hImageDC);
     1228    DeleteDC(hImageListDC);
     1229    DeleteDC(hMaskListDC);
    12291230
    12301231    return bResult;
  • TabularUnified trunk/src/shell32/shlfileop.c

    r9369 r9424  
    2020 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    2121 */
    22 #ifdef __WIN32OS2__
    23 #define ICOM_CINTERFACE 1
    24 #include <odin.h>
    25 #include "debugtools.h"
    26 #endif
    2722#include <string.h>
    2823#include "winreg.h"
Note: See TracChangeset for help on using the changeset viewer.