Changeset 7003 for trunk/src/gdi32
- Timestamp:
 - Oct 11, 2001, 12:20:22 AM (24 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/gdi32/region.cpp (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/gdi32/region.cpp
r6900 r7003 1 /* $Id: region.cpp,v 1.2 2 2001-09-30 22:22:53 sandervlExp $ */1 /* $Id: region.cpp,v 1.23 2001-10-10 22:20:22 phaller Exp $ */ 2 2 3 3 /* … … 13 13 * 14 14 */ 15 16 // Note: profiling currently not supported for this file 17 #undef PROFILE 18 #include <odinwrap.h> 19 15 20 #define INCL_GPI 16 21 #define INCL_WIN … … 24 29 #include <string.h> 25 30 #include <misc.h> 26 #include <odinwrap.h>27 31 #include <objhandle.h> 28 32 #include <dcdata.h> … … 32 36 #define DBG_LOCALLOG DBG_region 33 37 #include "dbglocal.h" 38 39 40 ODINDEBUGCHANNEL(GDI32-REGION) 41 34 42 35 43 typedef enum  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  