Changeset 7003 for trunk/src


Ignore:
Timestamp:
Oct 11, 2001, 12:20:22 AM (24 years ago)
Author:
phaller
Message:

disabled profiling

File:
1 edited

Legend:

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

    r6900 r7003  
    1 /* $Id: region.cpp,v 1.22 2001-09-30 22:22:53 sandervl Exp $ */
     1/* $Id: region.cpp,v 1.23 2001-10-10 22:20:22 phaller Exp $ */
    22
    33/*
     
    1313 *
    1414 */
     15
     16// Note: profiling currently not supported for this file
     17#undef PROFILE
     18#include <odinwrap.h>
     19
    1520#define  INCL_GPI
    1621#define  INCL_WIN
     
    2429#include <string.h>
    2530#include <misc.h>
    26 #include <odinwrap.h>
    2731#include <objhandle.h>
    2832#include <dcdata.h>
     
    3236#define DBG_LOCALLOG    DBG_region
    3337#include "dbglocal.h"
     38
     39
     40ODINDEBUGCHANNEL(GDI32-REGION)
     41
    3442
    3543typedef enum
Note: See TracChangeset for help on using the changeset viewer.