diff options
| -rw-r--r-- | core/src/xmake/machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/machine.h b/core/src/xmake/machine.h index 7f1160428..4a644a061 100644 --- a/core/src/xmake/machine.h +++ b/core/src/xmake/machine.h @@ -36,7 +36,7 @@ __tb_extern_c_enter__ */ /// the xmake machine type -typedef struct{}* xm_machine_ref_t; +typedef struct{tb_int_t dummy;} const* xm_machine_ref_t; /* ////////////////////////////////////////////////////////////////////////////////////// * interfaces |
