windows/mpconfigport.h: Define empty MP_WEAK symbol.

pull/4891/head
Damien George 2019-06-24 13:32:41 +10:00
rodzic 89a23a05b3
commit 097b0f9397
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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)