--- np2/generic/hostdrvs.c 2004/01/12 08:51:24 1.6 +++ np2/generic/hostdrvs.c 2004/01/15 06:20:42 1.7 @@ -1,4 +1,7 @@ #include "compiler.h" + +#if defined(SUPPORT_HOSTDRV) + #if defined(OSLANG_EUC) #include "codecnv.h" #endif @@ -383,3 +386,5 @@ HDRVFILE hostdrvs_fhdlsea(LISTARRAY fhdl return(ret); } +#endif +