fixed a macro definition for os2

This commit is contained in:
hyunghwan.chung 2017-04-03 14:53:16 +00:00
parent 46e29918f3
commit 8bdab5520a

View File

@ -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 <os2.h>
#elif defined(__DOS__)
# include <dos.h>