X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Fbfile.c;h=993f3b21d3eb0c8e4ca035414ffc24e90eeeabce;hb=5f8ba9f35bd3c9aeafe26613021f2edd141b8611;hp=ccaf537223655cb29c4f5ea999431e4c6679e679;hpb=cba904dca083ec8742a47bbd03e810e553c6e72d;p=idzebra-moved-to-github.git diff --git a/bfile/bfile.c b/bfile/bfile.c index ccaf537..993f3b2 100644 --- a/bfile/bfile.c +++ b/bfile/bfile.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: bfile.c,v $ - * Revision 1.20 1996-03-26 15:59:04 adam + * Revision 1.22 1997-09-09 13:37:52 adam + * Partial port to WIN95/NT. + * + * Revision 1.21 1996/10/29 13:56:13 adam + * Include of zebrautl.h instead of alexutil.h. + * + * Revision 1.20 1996/03/26 15:59:04 adam * The directory of the shadow table file can be specified by the new * bf_lockDir call. * @@ -69,9 +75,13 @@ #include #include #include +#ifdef WINDOWS +#include +#else #include +#endif -#include +#include #include #include "cfile.h"