From 2a4ba10e2d68c09ddb2e3f5751f5161c00a13bf5 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Wed, 15 Oct 1997 18:08:37 +0900 Subject: version 1.0-971015 https://cache.ruby-lang.org/pub/ruby/1.0/ruby-1.0-971015.tar.gz Wed Oct 15 18:08:37 1997 Yukihiro Matsumoto * version 1.0-971015 --- win32/Makefile | 2 +- win32/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'win32') diff --git a/win32/Makefile b/win32/Makefile index 4927e05631..b5a9d140cf 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -20,7 +20,7 @@ PURIFY = CFLAGS = -nologo -DNT=1 -Zi -MD LDFLAGS = $(CFLAGS) -Fm -MD LIBS = $(EXTLIBS) advapi32.lib wsock32.lib -MISSING = crypt.obj flock.obj setenv.obj alloca.obj nt.obj +MISSING = crypt.obj setenv.obj alloca.obj nt.obj prefix = binprefix = diff --git a/win32/config.h b/win32/config.h index d43cfdb535..cf5cb332bf 100644 --- a/win32/config.h +++ b/win32/config.h @@ -51,7 +51,7 @@ #define S_IREAD _S_IREAD #define S_IWRITE _S_IWRITE #define S_IEXEC _S_IEXEC -#define S_ISFIFO _S_ISFIFO +#define S_IFIFO _S_IFIFO #define UIDTYPE int #define GIDTYPE int -- cgit v1.2.3