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

Make the debug version of ported DLLs build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/kernel32/thread.cpp

    r21790 r21824  
    469469#define MAX_CALLSTACK_SIZE 128
    470470#ifdef DEBUG
    471 static char *pszLastCaller = NULL;
     471static const char *pszLastCaller = NULL;
    472472#endif
    473473//******************************************************************************
    474 void WIN32API dbg_ThreadPushCall(char *pszCaller)
     474void WIN32API dbg_ThreadPushCall(const char *pszCaller)
    475475{
    476476#ifdef DEBUG
Note: See TracChangeset for help on using the changeset viewer.