X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Fmfile.c;h=a87ac69c0b87449c94b2beee955f614cb057137b;hb=5f8ba9f35bd3c9aeafe26613021f2edd141b8611;hp=b2f3012415433f4f473e622ada0bddda6e835e09;hpb=c9c9b6ebd2eb395472c741944831ee0796d574dd;p=idzebra-moved-to-github.git diff --git a/bfile/mfile.c b/bfile/mfile.c index b2f3012..a87ac69 100644 --- a/bfile/mfile.c +++ b/bfile/mfile.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: mfile.c,v $ - * Revision 1.22 1997-09-04 13:56:39 adam + * Revision 1.23 1997-09-09 13:37:53 adam + * Partial port to WIN95/NT. + * + * Revision 1.22 1997/09/04 13:56:39 adam * Added O_BINARY to open calls. * * Revision 1.21 1996/10/29 13:56:18 adam @@ -80,8 +83,13 @@ #include #include +#ifdef WINDOWS +#include +#else #include -#include +#endif +#include +#include #include #include #include