Skip to content

Commit

Permalink
Fix windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Gleeson committed Jul 27, 2013
1 parent 11fb532 commit 31ccbc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/spoon/windows.rb
Expand Up @@ -16,6 +16,7 @@

module Spoon
P_NOWAIT = 1
extend FFI::Library

attach_function :_spawnve, [:int, :string, :pointer, :pointer], :int
attach_function :_spawnvpe, [:int, :string, :pointer, :pointer], :int
Expand Down

0 comments on commit 31ccbc9

Please sign in to comment.