ntdll: Omit unused typedef in test_query_process_basic.

This commit is contained in:
Gerald Pfeifer 2012-07-04 00:10:43 +02:00 committed by Alexandre Julliard
parent 6173e6bfb6
commit 80d078d071

View file

@ -588,7 +588,7 @@ static void test_query_process_basic(void)
DWORD_PTR BasePriority;
ULONG_PTR UniqueProcessId;
ULONG_PTR InheritedFromUniqueProcessId;
} PROCESS_BASIC_INFORMATION_PRIVATE, *PPROCESS_BASIC_INFORMATION_PRIVATE;
} PROCESS_BASIC_INFORMATION_PRIVATE;
PROCESS_BASIC_INFORMATION_PRIVATE pbi;