Ignore:
Timestamp:
Nov 25, 2011, 10:19:52 PM (13 years ago)
Author:
dmik
Message:

Make the debug version of ported DLLs build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/gcc-kmk/src/gdi32/objhandle.cpp

    r21524 r21824  
    313313//******************************************************************************
    314314#ifdef DEBUG
    315 void dumpObjectType(char *szType, DWORD dwType)
     315void dumpObjectType(const char *szType, DWORD dwType)
    316316{
    317317    for(int i=0;i<MAX_OBJECT_HANDLES;i++) {
     
    445445//******************************************************************************
    446446#ifdef DEBUG
    447 static char *gditypenames[] = {
     447static const char *gditypenames[] = {
    448448"NULL",
    449449"OBJ_PEN",
     
    462462};
    463463
    464 char *DbgGetGDITypeName(DWORD handleType)
     464const char *DbgGetGDITypeName(DWORD handleType)
    465465{
    466466    if(handleType <= OBJ_ENHMETAFILE) {
Note: See TracChangeset for help on using the changeset viewer.