From 6d53b692ab91c8817736cdec78b388e6e4990806 Mon Sep 17 00:00:00 2001 From: eban Date: Sat, 13 May 2000 16:13:31 +0000 Subject: support mingw32. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/Win32API/Win32API.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/Win32API/Win32API.c') diff --git a/ext/Win32API/Win32API.c b/ext/Win32API/Win32API.c index 27693c7257..3f0ceae9e1 100644 --- a/ext/Win32API/Win32API.c +++ b/ext/Win32API/Win32API.c @@ -2,7 +2,7 @@ Win32API - Ruby Win32 API Import Facility */ -#ifndef _MSC_VER +#if !defined _MSC_VER && !defined NT #define WIN32_LEAN_AND_MEAN #include #include -- cgit v1.2.3