From 6e1e3bb8e55374b16c2d57297066b088c0cda9a0 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 11 Jul 2012 16:41:51 +0000 Subject: * Makefile.in (cygcheck.exe): Link against psapi.dll. * bloda.cc: Change include section to work with Mingw64 headers. Include psapi.h. Use SystemProcessInformation instead of SystemProcessesAndThreadsInformation throughout and add define for w32api headers. Ditto for PSYSTEM_PROCESS_INFORMATION vs. PSYSTEM_PROCESSES. (system_module_list): New type to replace SYSTEM_MODULE_INFORMATION. Change usage throughout accordingly. (get_module_list): Fetch module list using PSAPI functions EnumDeviceDrivers and GetDeviceDriverBaseNameA. * cygcheck.cc (max): Define as __max if not defined already. (alloca): Only define if not defined already. (handle_unique_object_name): Use explicit sharing flags rather than FILE_SHARE_VALID_FLAGS which officially is only available in DDK headers. (PRODUCT_ULTIMATE_E): Only define if not defined already. * dump_setup.cc: Change include section to work with Mingw64 headers. (NtQueryAttributesFile): Drop NTOSAPI aka DECLSPEC_IMPORT. * strace.cc: Change include section to work with Mingw64 headers. (alloca): Only define if not defined already. --- winsup/utils/ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'winsup/utils/ChangeLog') diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index e38b51eb6..3286cf432 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,26 @@ +2012-07-11 Corinna Vinschen + + * Makefile.in (cygcheck.exe): Link against psapi.dll. + * bloda.cc: Change include section to work with Mingw64 headers. + Include psapi.h. Use SystemProcessInformation instead of + SystemProcessesAndThreadsInformation throughout and add define for + w32api headers. Ditto for PSYSTEM_PROCESS_INFORMATION vs. + PSYSTEM_PROCESSES. + (system_module_list): New type to replace SYSTEM_MODULE_INFORMATION. + Change usage throughout accordingly. + (get_module_list): Fetch module list using PSAPI functions + EnumDeviceDrivers and GetDeviceDriverBaseNameA. + * cygcheck.cc (max): Define as __max if not defined already. + (alloca): Only define if not defined already. + (handle_unique_object_name): Use explicit sharing flags rather than + FILE_SHARE_VALID_FLAGS which officially is only available in DDK + headers. + (PRODUCT_ULTIMATE_E): Only define if not defined already. + * dump_setup.cc: Change include section to work with Mingw64 headers. + (NtQueryAttributesFile): Drop NTOSAPI aka DECLSPEC_IMPORT. + * strace.cc: Change include section to work with Mingw64 headers. + (alloca): Only define if not defined already. + 2012-07-06 Corinna Vinschen * cygpath.cc: Change including headers to allow building against -- cgit v1.2.3