Don't write to inferior_ptid in windows-nat.c, part II
[deliverable/binutils-gdb.git] / gdbserver / server.h
index 039082e2eff5594238b99ad3f079dd1baacf3053..22228050a806d8a00856f6109ac65b5b6013d43e 100644 (file)
 
 gdb_static_assert (sizeof (CORE_ADDR) >= sizeof (void *));
 
-#ifdef __MINGW32CE__
-#include "wincecompat.h"
-#endif
-
 #include "gdbsupport/version.h"
 
 #if !HAVE_DECL_PERROR
@@ -81,13 +77,6 @@ extern bool disable_packet_T;
 extern bool run_once;
 extern bool non_stop;
 
-#if USE_WIN32API
-#include <winsock2.h>
-typedef SOCKET gdb_fildes_t;
-#else
-typedef int gdb_fildes_t;
-#endif
-
 #include "gdbsupport/event-loop.h"
 
 /* Functions from server.c.  */
This page took 0.023233 seconds and 4 git commands to generate.