X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lib-src%2Fyow.c;h=399d070b9c86500096b99a8ee0cb9c54ad36c68f;hb=78726176cc719729876679abc2d20576c55dc32d;hp=f5a7e1d2ec7697346e6d9db28efd0d2a87591e76;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89;p=chise%2Fxemacs-chise.git.1 diff --git a/lib-src/yow.c b/lib-src/yow.c index f5a7e1d..399d070 100644 --- a/lib-src/yow.c +++ b/lib-src/yow.c @@ -33,7 +33,7 @@ void yow (FILE *fp); void setup_yow (FILE *fp); -#ifdef MSDOS +#ifdef WIN32_NATIVE #define rootrelativepath(rel) \ ({\ static char res[BUFSIZE], *p;\ @@ -124,7 +124,7 @@ yow (FILE *fp) long offset; int c, i = 0; char *buf; - unsigned int bufsize; + int bufsize; offset = rand() % len + header_len; if (fseek(fp, offset, 0) == -1) {