From bf16f1a6976b80fae906d65adf6c3bef95212bff Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Tue, 21 Oct 2025 16:46:20 +0000 Subject: [PATCH] fix debug build git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@444 b9cfdab3-6d41-4d17-bbe4-086880011989 --- include/Mw/MachDep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Mw/MachDep.h b/include/Mw/MachDep.h index a5cb307..613fcb7 100644 --- a/include/Mw/MachDep.h +++ b/include/Mw/MachDep.h @@ -39,6 +39,6 @@ #define MWDECL extern #endif -#define MwInline __inline +#define MwInline static __inline #endif