* fhandler_registry.cc: Drop Mingw.org considerations.
* fhandler_serial.cc: Ditto. * fhandler_socket.cc: Ditto. * fhandler_tape.cc: Ditto. * fhandler_tty.cc: Ditto. * net.cc: Ditto. * ntdll.h: Ditto. * sched.cc: Ditto. * sec_helper.cc: Ditto.
This commit is contained in:
@ -19,12 +19,8 @@ details. */
|
||||
#include "sigproc.h"
|
||||
#include "pinfo.h"
|
||||
#include <asm/socket.h>
|
||||
#ifdef __MINGW64_VERSION_MAJOR
|
||||
#include <devioctl.h>
|
||||
#include <ntddser.h>
|
||||
#else
|
||||
#include <ddk/ntddser.h>
|
||||
#endif
|
||||
#include "cygwait.h"
|
||||
|
||||
/**********************************************************************/
|
||||
|
Reference in New Issue
Block a user