aboutsummaryrefslogtreecommitdiffstats
path: root/ext/Win32API/extconf.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-06-09 14:59:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-06-09 14:59:10 +0000
commitc1ae0656e6b3e33a6f874519aa3ed8f11e755650 (patch)
tree4746eeb7d74472b35217b925e2658b9addf290cd /ext/Win32API/extconf.rb
parent3f12095fbf552788a2ab0c6e7059527c189aee36 (diff)
downloadruby-c1ae0656e6b3e33a6f874519aa3ed8f11e755650.tar.gz
* ext/Win32API/Win32API.c (Win32API_Call): disable global
optimization. fixed: [ruby-core:05143] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/Win32API/extconf.rb')
-rw-r--r--ext/Win32API/extconf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Win32API/extconf.rb b/ext/Win32API/extconf.rb
index 134a6e5b92..865788556f 100644
--- a/ext/Win32API/extconf.rb
+++ b/ext/Win32API/extconf.rb
@@ -1,5 +1,6 @@
require 'mkmf'
+dir_config("win32")
if have_header("windows.h") and have_library("kernel32")
create_makefile("Win32API")
end