Changeset 21824 for branches/gcc-kmk/src/gdi32/objhandle.cpp
- Timestamp:
- Nov 25, 2011, 10:19:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/gcc-kmk/src/gdi32/objhandle.cpp ¶
r21524 r21824 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.