Ignore:
Timestamp:
Dec 15, 2001, 7:51:16 PM (24 years ago)
Author:
sandervl
Message:

Added statistics for font, bitmap, pen, brush & region objects.

File:
1 edited

Legend:

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

    r7074 r7635  
    1 /* $Id: initgdi32.cpp,v 1.8 2001-10-16 11:40:17 sandervl Exp $
     1/* $Id: initgdi32.cpp,v 1.9 2001-12-15 18:50:26 sandervl Exp $
    22 *
    33 * DLL entry point
     
    3939#include "region.h"
    4040#include <initdll.h>
     41#include <stats.h>
    4142
    4243extern "C" {
     
    5960
    6061   case DLL_PROCESS_DETACH:
     62    STATS_DumpStats();
    6163    ctordtorTerm();
    6264    return TRUE;
Note: See TracChangeset for help on using the changeset viewer.