Ignore:
Timestamp:
Jan 11, 2004, 12:43:22 PM (22 years ago)
Author:
sandervl
Message:

Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/gdistats.cpp

    r9429 r10374  
     1/*
     2 * GDI object statistics
     3 *
     4 *
     5 * Copyright 2002-2003 Innotek Systemberatung GmbH (sandervl@innotek.de)
     6 *
     7 * Project Odin Software License can be found in LICENSE.TXT
     8 *
     9 */
     10
    111#include <os2win.h>
    212#include <stats.h>
     13#include <objhandle.h>
    314
    415#ifdef DEBUG
     
    300311    dprintf(("Leaked bitmap objects %d", nrbitmapscreated));
    301312    STAT_PrintLeakedObjects("Leaked Bitmap", createdbitmap);
     313    ObjDumpObjects();
    302314    dprintf(("*************  GDI32 STATISTICS END   *****************"));
    303315}
Note: See TracChangeset for help on using the changeset viewer.