Drop has_broken_rtl_query_process_debug_information flag

This commit is contained in:
Corinna Vinschen
2015-12-15 16:06:51 +01:00
parent 2467e6f99b
commit 8dd446a7b1
3 changed files with 0 additions and 17 deletions

View File

@@ -589,10 +589,6 @@ struct heap_info
NTSTATUS status;
PDEBUG_HEAP_ARRAY harray;
/* FIXME? RtlQueryProcessDebugInformation/CreateToolhelp32Snapshot both
crash the target process on 64 bit XP/2003 in native 64 bit mode. */
if (wincap.has_broken_rtl_query_process_debug_information ())
return;
buf = RtlCreateQueryDebugBuffer (16 * 65536, FALSE);
if (!buf)
return;