From 40c514ef08a920bdaea01821659ffa4cbfbbed31 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 31 Oct 2025 20:48:05 +0000 Subject: [PATCH] fix typo git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@536 b9cfdab3-6d41-4d17-bbe4-086880011989 --- include/Mw/BaseTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Mw/BaseTypes.h b/include/Mw/BaseTypes.h index ed251b9..c842620 100644 --- a/include/Mw/BaseTypes.h +++ b/include/Mw/BaseTypes.h @@ -48,7 +48,7 @@ typedef unsigned __int16 MwU16; typedef __int8 MwI8; typedef unsigned __int8 MwU8; -#define OTHOTHER_TYPES_DEFINED +#define OTHER_TYPES_DEFINED #else /* out of hope */ typedef long MwI64;