diff options
Diffstat (limited to 'windows/mpconfigport.h')
| -rw-r--r-- | windows/mpconfigport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h index 831a218fb..63eeb4d96 100644 --- a/windows/mpconfigport.h +++ b/windows/mpconfigport.h @@ -92,7 +92,7 @@ void msec_sleep(double msec); #endif -// CL specific overrides from mpconfig +// CL specific overrides from mpconfig #define NORETURN __declspec(noreturn) #define MICROPY_PORT_CONSTANTS { "dummy", 0 } //can't have zero-sized array @@ -114,7 +114,7 @@ void msec_sleep(double msec); #include <stddef.h> //for NULL #include <assert.h> //for assert -#include <alloca.h> //for alloca() +#include <malloc.h> //for alloca() // Functions implemented in platform code |
