void GSocket_close(GSocket *socket)
{
_GSocket_Disable_Events(socket);
-// gsockosx.c calls CFSocketInvalidate which closes the socket for us
+ /* gsockosx.c calls CFSocketInvalidate which closes the socket for us */
#if !(defined(__DARWIN__) && (defined(__WXMAC__) || defined(__WXCOCOA__)))
close(socket->m_fd);
#endif
{
#else
/* Use gethostbyname by default */
- int val = 1; //VA doesn't like constants in conditional expressions at all
+#ifndef __WXMAC__
+ int val = 1; /* VA doesn't like constants in conditional expressions */
if (val)
+#endif
{
#endif
struct in_addr *array_addr;