X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fmain.c;h=d238bb9559c416276bd4326fd0dc5b80ee2cca4e;hb=5f8ba9f35bd3c9aeafe26613021f2edd141b8611;hp=a4e72d4ea801d8e9c19c8a151f97a796202db86f;hpb=c9c9b6ebd2eb395472c741944831ee0796d574dd;p=idzebra-moved-to-github.git diff --git a/index/main.c b/index/main.c index a4e72d4..d238bb9 100644 --- a/index/main.c +++ b/index/main.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: main.c,v $ - * Revision 1.47 1997-02-12 20:39:46 adam + * Revision 1.48 1997-09-09 13:38:08 adam + * Partial port to WIN95/NT. + * + * Revision 1.47 1997/02/12 20:39:46 adam * Implemented options -f that limits the log to the first * records. * Changed some log messages also. @@ -177,7 +180,11 @@ */ #include #include +#ifdef WINDOWS +#include +#else #include +#endif #include #include "index.h"