Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

The code in socketmodule.c currently compile with suspect warnings:

socketmodule.c(3108) : warning C4047: 'function' : 'LPSTR' differs in levels of 
indirection from 'int'
socketmodule.c(3108) : warning C4024: 'GetComputerNameA' : different types for 
formal and actual parameter 1
socketmodule.c(3109) : warning C4133: 'function' : incompatible types - from 
'Py_UNICODE *' to 'LPDWORD'
socketmodule.c(3110) : warning C4020: 'GetComputerNameA' : too many actual 
parameters

was GetComputerName() used instead of GetComputerNameExW()?

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9377>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to