From 8823dfe250399a43860a9ad7dcc74ebc92b54976 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sun, 10 Feb 2008 12:13:06 +0000 Subject: [PATCH] Adjusted to the new shell. --- platform/win32/contiki-conf.h | 2 + platform/win32/vcproj/shell.prg.vcproj | 110 ++++++++++++++++++++++- platform/win32/vcproj/telnetd.prg.vcproj | 108 ++++++++++++++++++++++ 3 files changed, 219 insertions(+), 1 deletion(-) diff --git a/platform/win32/contiki-conf.h b/platform/win32/contiki-conf.h index 1779740fb..26b4fed28 100644 --- a/platform/win32/contiki-conf.h +++ b/platform/win32/contiki-conf.h @@ -18,6 +18,8 @@ int strcasecmp(const char*, const char*); char* strdup(const char*); #else /* __CYGWIN__ */ +#define HAVE_SNPRINTF +#define snprintf _snprintf #define strcasecmp _stricmp #define strdup _strdup #endif /* __CYGWIN__ */ diff --git a/platform/win32/vcproj/shell.prg.vcproj b/platform/win32/vcproj/shell.prg.vcproj index b352f4e9b..488586351 100644 --- a/platform/win32/vcproj/shell.prg.vcproj +++ b/platform/win32/vcproj/shell.prg.vcproj @@ -185,9 +185,117 @@ RelativePath="..\..\..\core\lib\ctk-textentry-cmdline.h" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -185,10 +193,110 @@ RelativePath="..\..\..\core\lib\memb.h" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +