From 5d0f8cdc6f195ed0c7d6b0b6904cdf419326cca6 Mon Sep 17 00:00:00 2001 From: eban Date: Sun, 12 Oct 2003 05:46:59 +0000 Subject: * ext/win32ole/extconf.rb: check "windows.h", not "windows". [ruby-talk:84051] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/win32ole/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/win32ole/extconf.rb') diff --git a/ext/win32ole/extconf.rb b/ext/win32ole/extconf.rb index 25fdf13f1a..4afe1117eb 100644 --- a/ext/win32ole/extconf.rb +++ b/ext/win32ole/extconf.rb @@ -11,7 +11,7 @@ def create_win32ole_makefile have_library("uuid") and have_library("user32") and have_library("advapi32") and - have_header("windows") + have_header("windows.h") create_makefile("win32ole") end end -- cgit v1.2.3