]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gsocket.c
Applied patch [ 774837 ] OGL wxLineShape::HitTest: smaller region
[wxWidgets.git] / src / msw / gsocket.c
index 9ea70c328efa5d35d33b16bcdea87ecbeb158318..0a5ad3a4acad0c21ec6e6be35f7e8fb851749dc7 100644 (file)
 #  define _GSocket_Disable_Events(socket)
 #endif /* wxUSE_GUI */
 
+#ifndef __WXWINCE__
 #include <assert.h>
+#else
+#define assert(x)
+#ifndef isdigit
+#define isdigit(x) (x > 47 && x < 58)
+#endif
+#include "wx/msw/wince/net.h"
+#endif
+
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>