diff --git a/include/wx/gsocket.h b/include/wx/gsocket.h index 40f367c6cc..85c5cedd80 100644 --- a/include/wx/gsocket.h +++ b/include/wx/gsocket.h @@ -14,8 +14,8 @@ #ifndef __GSOCKET_STANDALONE__ #include "wx/setup.h" -// kludge for GTK.. gsockgtk.c craps out miserably if we include -// defs.h ... no idea how other files get away with it.. +/* kludge for GTK.. gsockgtk.c craps out miserably if we include + defs.h ... no idea how other files get away with it.. */ #if !defined( __WXMSW__ ) && !defined( WXDLLEXPORT ) #define WXDLLEXPORT diff --git a/src/unix/gsocket.c b/src/unix/gsocket.c index 925317553f..03bada003b 100644 --- a/src/unix/gsocket.c +++ b/src/unix/gsocket.c @@ -1641,4 +1641,5 @@ GSocketError GAddress_UNIX_GetPath(GAddress *address, char *path, size_t sbuf) #endif /* wxUSE_SOCKETS || defined(__GSOCKET_STANDALONE__) */ -// vi:sts=4:sw=4:et +/* vi:sts=4:sw=4:et */ +