lib/win/library.rb in win-0.3.6 vs lib/win/library.rb in win-0.3.7
- old
+ new
@@ -1,6 +1,6 @@
require 'ffi'
-require 'win/extensions'
+require '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