Changeset fc92a6567e68eb7a22f4107d65d3bd2cced7266e
- Timestamp:
- 03/25/08 01:20:29
(5 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1206404429 +0100
- git-parent:
[ec401825678f8e4032a0e9b27bba9393b57de9bd]
- git-author:
- Rafaël Carré <funman@videolan.org> 1206404247 +0100
- Message:
Correctly use WSAStringToAddress()
Fix by upb at preteam org
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r4c685fc |
rfc92a65 |
|
| 572 | 572 | #endif |
|---|
| 573 | 573 | |
|---|
| 574 | | if( !WSAStringToAddress( workaround_for_ill_designed_api, af, NULL, |
|---|
| | 574 | if( WSAStringToAddress( workaround_for_ill_designed_api, af, NULL, |
|---|
| 575 | 575 | (LPSOCKADDR)&addr, &len ) ) |
|---|
| 576 | 576 | { |
|---|