Gerald Pfeifer : ntdll: Omit unused typedef in test_query_process.

Alexandre Julliard julliard at winehq.org
Thu Jun 21 15:03:39 CDT 2012


Module: wine
Branch: master
Commit: 0016d8a2ddb9732d928b57c398f44773297d7437
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0016d8a2ddb9732d928b57c398f44773297d7437

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Wed Jun 20 22:19:43 2012 +0200

ntdll: Omit unused typedef in test_query_process.

---

 dlls/ntdll/tests/info.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/tests/info.c b/dlls/ntdll/tests/info.c
index 148da91..18b8fce 100644
--- a/dlls/ntdll/tests/info.c
+++ b/dlls/ntdll/tests/info.c
@@ -278,7 +278,7 @@ static void test_query_process(void)
         VM_COUNTERS vmCounters;
         IO_COUNTERS ioCounters;
         SYSTEM_THREAD_INFORMATION ti[1];
-    } SYSTEM_PROCESS_INFORMATION_PRIVATE, *PSYSTEM_PROCESS_INFORMATION_PRIVATE;
+    } SYSTEM_PROCESS_INFORMATION_PRIVATE;
 
     ULONG SystemInformationLength = sizeof(SYSTEM_PROCESS_INFORMATION_PRIVATE);
     SYSTEM_PROCESS_INFORMATION_PRIVATE *spi, *spi_buf = HeapAlloc(GetProcessHeap(), 0, SystemInformationLength);




More information about the wine-cvs mailing list