summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/wmi-lite/wmi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wmi-lite/wmi.rb b/lib/wmi-lite/wmi.rb
index e558c64..8c4b055 100644
--- a/lib/wmi-lite/wmi.rb
+++ b/lib/wmi-lite/wmi.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require "win32ole" if RUBY_PLATFORM =~ /mswin|mingw32|windows/
+require "win32ole" if RUBY_PLATFORM =~ /mswin|mingw32|mingw|windows/
require_relative "wmi_instance"
require_relative "wmi_exception"