From 9e029373895f9b2f7070367261693b470d1f4f43 Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Fri, 4 Apr 2014 12:35:41 -0600 Subject: [PATCH] minor EROAD settings adjustments --- cyassl/ctaocrypt/settings.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cyassl/ctaocrypt/settings.h b/cyassl/ctaocrypt/settings.h index 5f81c970e..d3b665355 100644 --- a/cyassl/ctaocrypt/settings.h +++ b/cyassl/ctaocrypt/settings.h @@ -87,6 +87,9 @@ /* Uncomment next line if using LwIP native TCP socket settings */ /* #define HAVE_LWIP_NATIVE */ +/* Uncomment next line if building for EROAD */ +/* #define CYASSL_EROAD */ + #include #ifdef IPHONE @@ -249,7 +252,7 @@ /* Micrium will use Visual Studio for compilation but not the Win32 API */ #if defined(_WIN32) && !defined(MICRIUM) && !defined(FREERTOS) \ - && !defined(EBSNET) + && !defined(EBSNET) && !defined(CYASSL_EROAD) #define USE_WINDOWS_API #endif