← Back to index
|
Original Bugzilla link
Bug 15128 – "IP_ADD_MEMBERSHIP" error in winsock2.d
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
x86
OS
Windows
Creation time
2015-09-30T07:33:00Z
Last change time
2016-01-03T14:10:04Z
Keywords
pull
Assigned to
nobody
Creator
mzfhhhh
Comments
Comment #0
by mzfhhhh — 2015-09-30T07:33:55Z
//winsock.h ver1.0 #define IP_ADD_MEMBERSHIP 5 //WS2tcpip.h ver2.0 #define IP_ADD_MEMBERSHIP 12 //winsock2.d IP_ADD_MEMBERSHIP = 0x5, //this should be 12
Comment #1
by dlang-bugzilla — 2015-10-15T18:32:05Z
https://github.com/D-Programming-Language/druntime/pull/1409
Comment #2
by github-bugzilla — 2015-10-25T12:52:59Z
Commits pushed to master at
https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/e854d0e207652ebfa9d84b21d74ef399196351f7
fix Issue 15128 - "IP_ADD_MEMBERSHIP" error in winsock2.d
https://github.com/D-Programming-Language/druntime/commit/043457fd28fe6ae0363548c6572939ff024ca12a
Merge pull request #1409 from CyberShadow/pull-20151015-182746 fix Issue 15128 - "IP_ADD_MEMBERSHIP" error in winsock2.d
Comment #3
by github-bugzilla — 2016-01-03T14:10:04Z
Commits pushed to stable at
https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/e854d0e207652ebfa9d84b21d74ef399196351f7
fix Issue 15128 - "IP_ADD_MEMBERSHIP" error in winsock2.d
https://github.com/D-Programming-Language/druntime/commit/043457fd28fe6ae0363548c6572939ff024ca12a
Merge pull request #1409 from CyberShadow/pull-20151015-182746