* 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>
* aclocal.m4: Regenerate.

View File

@ -1,6 +1,6 @@
/* bloda.cc
Copyright 2007 Red Hat, Inc.
Copyright 2007, 2012 Red Hat, Inc.
This file is part of Cygwin.
@ -16,18 +16,8 @@
#include <windows.h>
#undef WIN32_NO_STATUS
#include <psapi.h>
#ifndef __MINGW64_VERSION_MAJOR
# include <ntdef.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
#include <winternl.h>
#include <ntstatus.h>
#undef cygwin_internal
#undef DEBUGGING

View File

@ -1,6 +1,6 @@
/* 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.
@ -20,13 +20,8 @@ details. */
ntstatus.h for extended status codes below. */
#include <windows.h>
#undef WIN32_NO_STATUS
#ifndef __MINGW64_VERSION_MAJOR
# include <ddk/ntapi.h>
# include <ddk/winddk.h>
#else
# include <winternl.h>
# include <ntstatus.h>
#endif
#include <winternl.h>
#include <ntstatus.h>
#include "path.h"
#include <zlib.h>

View File

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