Changeset 21916 for trunk/src/gdi32/objhandle.cpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/gdi32/objhandle.cpp
r21524 r21916 313 313 //****************************************************************************** 314 314 #ifdef DEBUG 315 void dumpObjectType(c har *szType, DWORD dwType)315 void dumpObjectType(const char *szType, DWORD dwType) 316 316 { 317 317 for(int i=0;i<MAX_OBJECT_HANDLES;i++) { … … 445 445 //****************************************************************************** 446 446 #ifdef DEBUG 447 static c har *gditypenames[] = {447 static const char *gditypenames[] = { 448 448 "NULL", 449 449 "OBJ_PEN", … … 462 462 }; 463 463 464 c har *DbgGetGDITypeName(DWORD handleType)464 const char *DbgGetGDITypeName(DWORD handleType) 465 465 { 466 466 if(handleType <= OBJ_ENHMETAFILE) {
Note:
See TracChangeset
for help on using the changeset viewer.