X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Ftrav.c;h=fec9d6a63e37863bdf145c77bada74bb70520a65;hp=943b4f1b3206cca2a194ae45fbc09d75cdcb416e;hb=3c5f6226f97612c0d6ac40591f600587c5ffa858;hpb=0113b6aaf2c27d960591e7087785123f16a235f3 diff --git a/index/trav.c b/index/trav.c index 943b4f1..fec9d6a 100644 --- a/index/trav.c +++ b/index/trav.c @@ -1,10 +1,13 @@ /* - * Copyright (C) 1994-1998, Index Data I/S + * Copyright (C) 1994-1999, Index Data * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: trav.c,v $ - * Revision 1.34 1998-06-08 14:43:14 adam + * Revision 1.35 1999-02-02 14:51:09 adam + * Updated WIN32 code specific sections. Changed header. + * + * Revision 1.34 1998/06/08 14:43:14 adam * Added suport for EXPLAIN Proxy servers - added settings databasePath * and explainDatabase to facilitate this. Increased maximum number * of databases and attributes in one register. @@ -133,7 +136,7 @@ #include #include #include -#ifdef WINDOWS +#ifdef WIN32 #include #define S_ISREG(x) (x & _S_IFREG) #define S_ISDIR(x) (x & _S_IFDIR)