Load win32api for cygwin as well

git-svn-id: file:///home/svn/framework3/trunk@8214 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-01-24 17:31:50 +00:00
parent 1e2f421432
commit f9049e0d50
1 changed files with 1 additions and 1 deletions

View File

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