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" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +