X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Flockidx.c;h=f2c418ccf88ac93533922fe9fa942d3f2a4815a5;hb=5f8ba9f35bd3c9aeafe26613021f2edd141b8611;hp=1a0262c2f3b7bc4e30c45cd302254eb2f47f2eca;hpb=c9c9b6ebd2eb395472c741944831ee0796d574dd;p=idzebra-moved-to-github.git diff --git a/index/lockidx.c b/index/lockidx.c index 1a0262c..f2c418c 100644 --- a/index/lockidx.c +++ b/index/lockidx.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: lockidx.c,v $ - * Revision 1.9 1997-09-04 13:58:04 adam + * Revision 1.10 1997-09-09 13:38:07 adam + * Partial port to WIN95/NT. + * + * Revision 1.9 1997/09/04 13:58:04 adam * Added O_BINARY for open calls. * * Revision 1.8 1997/02/12 20:39:46 adam @@ -42,7 +45,11 @@ */ #include #include +#ifdef WINDOWS +#include +#else #include +#endif #include #include #include