lib/watir/win32.rb in watir-1.8.1 vs lib/watir/win32.rb in watir-1.9.0.rc1

- old
+ new

@@ -1,4 +1,8 @@ +require 'dl/import' +require 'dl/struct' +require 'Win32API' + module Watir module Win32 # this will find the IEDialog.dll file in its build location @@iedialog_file = (File.expand_path(File.dirname(__FILE__) + '/..') + "/watir/IEDialog/Release/IEDialog.dll").gsub('/', '\\') \ No newline at end of file