lib/win/library.rb in win-0.3.7 vs lib/win/library.rb in win-0.3.8

- old
+ new

@@ -1,6 +1,6 @@ require 'ffi' -require 'extension' +require File.expand_path(File.dirname(__FILE__) + '/../extension') # Related Windows API functions are grouped by topic and defined in separate namespaces (modules), # that also contain related constants and convenience methods. For example, Win::Dde module # contains only functions related to DDE protocol such as DdeInitialize() as well as constants # such as DMLERR_NO_ERROR, APPCLASS_STANDARD, etc. So if you need only DDE-related functions, \ No newline at end of file