Use #if USE_CONSOLE instead of #ifdef USE_CONSOLE since that's how we do

everywhere else

svn-id: r10981
This commit is contained in:
Torbjörn Andersson 2003-10-26 17:50:45 +00:00
parent 4b52223eb8
commit b2ea1994bb

View File

@ -104,7 +104,7 @@ protected:
void printBox(int box);
void drawBox(int box);
#ifdef USE_CONSOLE
#if USE_CONSOLE
static bool debuggerInputCallback(ConsoleDialog *console, const char *input, void *refCon);
static bool debuggerCompletionCallback(ConsoleDialog *console, const char *input, char*& completion, void *refCon);
#endif