oops, a stray C++ comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#ifdef __VMS__
|
#ifdef __VMS__
|
||||||
#include <socket.h>
|
#include <socket.h>
|
||||||
struct sockaddr_un {
|
struct sockaddr_un {
|
||||||
u_char sun_len; /* sockaddr len including null */
|
u_char sun_len; /* sockaddr len including null */
|
||||||
u_char sun_family; /* AF_UNIX */
|
u_char sun_family; /* AF_UNIX */
|
||||||
char sun_path[108]; /* path name (gag) */
|
char sun_path[108]; /* path name (gag) */
|
||||||
@@ -109,7 +109,7 @@ struct sockaddr_un {
|
|||||||
#define _GSocket_Disable_Events(socket)
|
#define _GSocket_Disable_Events(socket)
|
||||||
#define _GSocket_Install_Callback(socket, event)
|
#define _GSocket_Install_Callback(socket, event)
|
||||||
#define _GSocket_Uninstall_Callback(socket, event)
|
#define _GSocket_Uninstall_Callback(socket, event)
|
||||||
#endif // wxUSE_GUI
|
#endif /* wxUSE_GUI */
|
||||||
|
|
||||||
/* Global initialisers */
|
/* Global initialisers */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user