X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Flockutil.c;h=afed16dca18508acec03d4a2c786ccefa486310d;hb=5f8ba9f35bd3c9aeafe26613021f2edd141b8611;hp=5cd6f86f8eac5c620c33ada378dbdeb6ef33248e;hpb=c9c9b6ebd2eb395472c741944831ee0796d574dd;p=idzebra-moved-to-github.git diff --git a/index/lockutil.c b/index/lockutil.c index 5cd6f86..afed16d 100644 --- a/index/lockutil.c +++ b/index/lockutil.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: lockutil.c,v $ - * Revision 1.6 1996-10-29 14:08:14 adam + * Revision 1.7 1997-09-09 13:38:08 adam + * Partial port to WIN95/NT. + * + * Revision 1.6 1996/10/29 14:08:14 adam * Uses resource lockDir instead of lockPath. * * Revision 1.5 1996/03/26 16:01:13 adam @@ -33,7 +36,11 @@ #include #include #include +#ifdef WINDOWS +#include +#else #include +#endif #include "index.h"