mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
resolv9x.rb: fix typo
* ext/win32/lib/win32/resolv9x.rb (WsControl): fix missing close parenthesis at r22724. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7de42daa21
commit
aded420d32
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ module Win32
|
|||
extend Importer
|
||||
dlload "wsock32.dll"
|
||||
end
|
||||
WsControl = WSock32.extern "int WsControl(int, int, void *, void *, void *, void *", :stdcall
|
||||
WsControl = WSock32.extern "int WsControl(int, int, void *, void *, void *, void *)", :stdcall
|
||||
WSAGetLastError = WSock32.extern "int WSAGetLastError(void)", :stdcall
|
||||
|
||||
MAX_TDI_ENTITIES = 512
|
||||
|
|
Loading…
Add table
Reference in a new issue