Patch [ 588837 ] Fixes comment style in gsocket.*
C files should countain C-style commensts, not C++. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -14,8 +14,8 @@
|
|||||||
#ifndef __GSOCKET_STANDALONE__
|
#ifndef __GSOCKET_STANDALONE__
|
||||||
#include "wx/setup.h"
|
#include "wx/setup.h"
|
||||||
|
|
||||||
// kludge for GTK.. gsockgtk.c craps out miserably if we include
|
/* kludge for GTK.. gsockgtk.c craps out miserably if we include
|
||||||
// defs.h ... no idea how other files get away with it..
|
defs.h ... no idea how other files get away with it.. */
|
||||||
|
|
||||||
#if !defined( __WXMSW__ ) && !defined( WXDLLEXPORT )
|
#if !defined( __WXMSW__ ) && !defined( WXDLLEXPORT )
|
||||||
#define WXDLLEXPORT
|
#define WXDLLEXPORT
|
||||||
|
@@ -1641,4 +1641,5 @@ GSocketError GAddress_UNIX_GetPath(GAddress *address, char *path, size_t sbuf)
|
|||||||
|
|
||||||
#endif /* wxUSE_SOCKETS || defined(__GSOCKET_STANDALONE__) */
|
#endif /* wxUSE_SOCKETS || defined(__GSOCKET_STANDALONE__) */
|
||||||
|
|
||||||
// vi:sts=4:sw=4:et
|
/* vi:sts=4:sw=4:et */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user