Yup, it works ;-)

git-svn-id: file:///home/svn/framework3/trunk@5311 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2008-01-22 05:00:13 +00:00
parent 51aae4fa63
commit 23fc6f235a
1 changed files with 3 additions and 1 deletions

4
msfgui
View File

@ -87,7 +87,9 @@ if(not debug)
Rex::Compat.win32_set_std_handle('stdout', nul)
Rex::Compat.win32_set_std_handle('stderr', nul)
Rex::Compat.win32_set_std_handle('stdin', nul)
GLib::Log.log("Gtk", GLib::Log::LEVEL_CRITICAL, "TEST")
# The following will crash rubyw.exe without the above code
# GLib::Log.log("Gtk", GLib::Log::LEVEL_CRITICAL, "TEST")
end
end