Yup, it works ;-)
git-svn-id: file:///home/svn/framework3/trunk@5311 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
51aae4fa63
commit
23fc6f235a
4
msfgui
4
msfgui
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue