win32_last_error=(error)
Sets the last win32 Error of the current executing Thread to error
# File ext/fiddle/lib/fiddle.rb, line 14 def self.win32_last_error= error Thread.current[:__FIDDLE_WIN32_LAST_ERROR__] = error end