XEmacs 21.4.13 "Rational FORTRAN".
[chise/xemacs-chise.git.1] / lib-src / yow.c
index f5a7e1d..399d070 100644 (file)
@@ -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) {