1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

Load win32api for cygwin as well

git-svn-id: file:///home/svn/framework3/trunk@8214 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2010-01-24 17:31:50 +00:00
parent 1e2f421432
commit f9049e0d50

View File

@ -254,7 +254,7 @@ end
# Initialization # Initialization
# #
if(is_windows) if(is_windows or is_cygwin)
begin begin
require "Win32API" require "Win32API"
@@loaded_win32api = true @@loaded_win32api = true