* bloda.cc: Drop Mingw.org considerations.

* dump_setup.cc: Ditto.
	* strace.cc: Ditto.
This commit is contained in:
Corinna Vinschen 2012-11-26 13:13:25 +00:00
parent 6f125cff2b
commit 3afc3efbab
4 changed files with 13 additions and 26 deletions

View File

@ -1,3 +1,9 @@
2012-11-26 Corinna Vinschen <corinna@vinschen.de>
* bloda.cc: Drop Mingw.org considerations.
* dump_setup.cc: Ditto.
* strace.cc: Ditto.
2012-11-12 Christopher Faylor <me.cygwin2012@cgf.cx> 2012-11-12 Christopher Faylor <me.cygwin2012@cgf.cx>
* aclocal.m4: Regenerate. * aclocal.m4: Regenerate.

View File

@ -1,6 +1,6 @@
/* bloda.cc /* bloda.cc
Copyright 2007 Red Hat, Inc. Copyright 2007, 2012 Red Hat, Inc.
This file is part of Cygwin. This file is part of Cygwin.
@ -16,18 +16,8 @@
#include <windows.h> #include <windows.h>
#undef WIN32_NO_STATUS #undef WIN32_NO_STATUS
#include <psapi.h> #include <psapi.h>
#ifndef __MINGW64_VERSION_MAJOR #include <winternl.h>
# include <ntdef.h> #include <ntstatus.h>
# include <ddk/ntstatus.h>
# include <ddk/ntapi.h>
# define SystemProcessInformation SystemProcessesAndThreadsInformation
# define PSYSTEM_PROCESS_INFORMATION PSYSTEM_PROCESSES
# define ImageName ProcessName
# define NextEntryOffset NextEntryDelta
#else
# include <winternl.h>
# include <ntstatus.h>
#endif
#undef cygwin_internal #undef cygwin_internal
#undef DEBUGGING #undef DEBUGGING

View File

@ -1,6 +1,6 @@
/* dump_setup.cc /* dump_setup.cc
Copyright 2001, 2002, 2003, 2004, 2005, 2008, 2010 Red Hat, Inc. Copyright 2001, 2002, 2003, 2004, 2005, 2008, 2010, 2012 Red Hat, Inc.
This file is part of Cygwin. This file is part of Cygwin.
@ -20,13 +20,8 @@ details. */
ntstatus.h for extended status codes below. */ ntstatus.h for extended status codes below. */
#include <windows.h> #include <windows.h>
#undef WIN32_NO_STATUS #undef WIN32_NO_STATUS
#ifndef __MINGW64_VERSION_MAJOR #include <winternl.h>
# include <ddk/ntapi.h> #include <ntstatus.h>
# include <ddk/winddk.h>
#else
# include <winternl.h>
# include <ntstatus.h>
#endif
#include "path.h" #include "path.h"
#include <zlib.h> #include <zlib.h>

View File

@ -12,11 +12,7 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */ details. */
#include <windows.h> #include <windows.h>
#ifndef __MINGW64_VERSION_MAJOR #include <winternl.h>
# include "ddk/ntapi.h"
#else
# include <winternl.h>
#endif
#define cygwin_internal cygwin_internal_dontuse #define cygwin_internal cygwin_internal_dontuse
#include <stdio.h> #include <stdio.h>
#include <fcntl.h> #include <fcntl.h>