picotcp: wrong ifdef value

This commit is contained in:
Flyinghead 2018-09-17 14:10:53 +02:00
parent 92a39a1fc4
commit bc7fed4919
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
See COPYING, LICENSE.GPLv2 and LICENSE.GPLv3 for usage.
*********************************************************************/
#ifdef _MS_VER
#ifdef _MSC_VER
#include "pico_defines_msvc.h"
#else
#include "pico_defines.h"