From 8bdab5520a4c6ebbc59f8ae1c1f08050d1ea0ff2 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Mon, 3 Apr 2017 14:53:16 +0000 Subject: [PATCH] fixed a macro definition for os2 --- moo/lib/err.c | 1 + 1 file changed, 1 insertion(+) diff --git a/moo/lib/err.c b/moo/lib/err.c index d85447a..156ccdf 100644 --- a/moo/lib/err.c +++ b/moo/lib/err.c @@ -177,6 +177,7 @@ const moo_ooch_t* moo_synerrnumtoerrstr (moo_synerrnum_t errnum) #elif defined(__OS2__) # define INCL_DOSPROCESS # define INCL_DOSFILEMGR +# define INCL_DOSERRORS # include #elif defined(__DOS__) # include