windows/mpconfigport.h: Define empty MP_WEAK symbol.
This commit is contained in:
parent
89a23a05b3
commit
097b0f9397
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue