diff options
Diffstat (limited to 'winsup/utils/bloda.cc')
-rw-r--r-- | winsup/utils/bloda.cc | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/winsup/utils/bloda.cc b/winsup/utils/bloda.cc index dcb18f1a4..11f3c9af6 100644 --- a/winsup/utils/bloda.cc +++ b/winsup/utils/bloda.cc @@ -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 |