From 301c1f45cf20262c3967c8442c9e525b4c3e88d2 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Wed, 30 Aug 2006 22:07:53 +0000 Subject: [PATCH] Move the strcasecmp macro out of the diretory app context now that it is used in the shell app too. --- platform/win32/contiki-conf.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/platform/win32/contiki-conf.h b/platform/win32/contiki-conf.h index 612e0fc2b..9c2b9ab38 100644 --- a/platform/win32/contiki-conf.h +++ b/platform/win32/contiki-conf.h @@ -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