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:
parent
5235bed2b2
commit
301c1f45cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user