mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed MinGW compile error
This commit is contained in:
parent
6bd1b6b086
commit
131d14d5c2
1 changed files with 1 additions and 1 deletions
|
|
@ -339,10 +339,10 @@ namespace SocketHelpers
|
|||
break;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
if (result < 0)
|
||||
return -1;
|
||||
#endif
|
||||
|
||||
// we are closing
|
||||
if (handle.load() < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue