summaryrefslogtreecommitdiff
path: root/ext/win32ole/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/win32ole/extconf.rb')
-rw-r--r--ext/win32ole/extconf.rb2
1 files changed, 1 insertions, 1 deletions
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