diff options
author | Damien George <damien.p.george@gmail.com> | 2019-06-24 13:32:41 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-07-01 22:53:00 +1000 |
commit | 097b0f939754833c3fac40f4a4c8e568bf8ae430 (patch) | |
tree | 63ef5fa39fc0f7fa2dfda99dbbcbadc876d3ff39 | |
parent | 89a23a05b3feb2f81fb00d272202b274c2a325cd (diff) |
windows/mpconfigport.h: Define empty MP_WEAK symbol.
-rw-r--r-- | ports/windows/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/windows/mpconfigport.h b/ports/windows/mpconfigport.h index 81464d72a..86e44183b 100644 --- a/ports/windows/mpconfigport.h +++ b/ports/windows/mpconfigport.h @@ -214,6 +214,7 @@ extern const struct _mp_obj_module_t mp_module_time; // CL specific overrides from mpconfig #define NORETURN __declspec(noreturn) +#define MP_WEAK #define MP_NOINLINE __declspec(noinline) #define MP_LIKELY(x) (x) #define MP_UNLIKELY(x) (x) |