summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b2158ed)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3160
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return TRUE;
}
void OnExit() {
return TRUE;
}
void OnExit() {
#endif
#include <signal.h>
#endif
#include <signal.h>
+/* #include <features.h> */
-#include <wx/setup.h>
-#include <wx/gsocket.h>
+#include "wx/setup.h"
+#include "wx/gsocket.h"
#include "gsockunx.h"
#ifndef SOCKLEN_T
#include "gsockunx.h"
#ifndef SOCKLEN_T
-void GSocket_Done()
-{
-}
-
/* Constructors / Destructors */
GSocket *GSocket_new()
/* Constructors / Destructors */
GSocket *GSocket_new()
int _GSocket_Recv_Dgram(GSocket *socket, char *buffer, int size)
{
struct sockaddr from;
int _GSocket_Recv_Dgram(GSocket *socket, char *buffer, int size)
{
struct sockaddr from;
+
+ SOCKLEN_T fromlen;
+ int ret;