Move the strcasecmp macro out of the diretory app context now that it is used in the shell app too.

This commit is contained in:
oliverschmidt 2006-08-30 22:07:53 +00:00
parent 5235bed2b2
commit 301c1f45cf
1 changed files with 4 additions and 2 deletions

View File

@ -15,6 +15,10 @@
#define strcasecmp _stricmp
#define LOG_CONF_ENABLED 1
#include "sys/log.h"
void debug_printf(char *format, ...);
@ -99,8 +103,6 @@ typedef char ctk_arch_key_t;
#define PROGRAM_HANDLER_CONF_MAX_NUMDSCS 10
#define strcasecmp _stricmp
#define SHELL_GUI_CONF_XSIZE 46