]> granicus.if.org Git - python/commit
Fix warning when compiling socketmodule.c with VS2010
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Sat, 31 Mar 2012 13:35:00 +0000 (13:35 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Sat, 31 Mar 2012 13:35:00 +0000 (13:35 +0000)
commit310052c1f0992ac7063307f4cbcc26fbc54d3e6b
treeeb878132bb679e2120950229203fabcdcaf94c5d
parentd4bb972839143be004673bfa788739d1c1bfd49d
Fix warning when compiling socketmodule.c with VS2010
VS2010 defineds the old errno constants in addition to the WSA* ones.
Modules/socketmodule.c