mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
remove extra call to OleInitialize
[Fix GH-1629] Signed-off-by: Matt Wrock <matt@mattwrock.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
190e29f72e
commit
e3c140681a
1 changed files with 0 additions and 1 deletions
|
@ -824,7 +824,6 @@ ole_initialize(void)
|
|||
} else {
|
||||
hr = OleInitialize(NULL);
|
||||
}
|
||||
hr = OleInitialize(NULL);
|
||||
if(FAILED(hr)) {
|
||||
ole_raise(hr, rb_eRuntimeError, "fail: OLE initialize");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue