From: Adam Dickmeiss Date: Wed, 2 Jul 1997 12:57:48 +0000 (+0000) Subject: Fixed #if-bug. Thanks to RVDM. X-Git-Tag: YAZ.1.8~648 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=b64a18142c265f9c760e995b7e400d571434eccf;p=yaz-moved-to-github.git Fixed #if-bug. Thanks to RVDM. --- diff --git a/include/yconfig.h b/include/yconfig.h index b8d1fab..3fa446b 100644 --- a/include/yconfig.h +++ b/include/yconfig.h @@ -3,15 +3,15 @@ /* System includes */ -#ifdef _VMS_ +#ifndef _VMS_ -#elif WINDOWS +#ifdef WINDOWS #ifdef YNETINCLUDE #include #endif -#else +#else /* #ifdef WINDOWS */ /* * Standard Unix headers */ @@ -32,6 +32,7 @@ #endif #endif +#endif /* ifndef _VMS_ */ #include