mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Remove warnings
svn path=/trunk/; revision=17588
This commit is contained in:
parent
d4eb73201a
commit
37315f15ba
2 changed files with 2 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
|||
/* $Id$
|
||||
*
|
||||
/*
|
||||
* ReactOS Project
|
||||
* TList
|
||||
*
|
||||
|
@ -213,7 +212,6 @@ int STDCALL PrintProcessList (BOOL DisplayTree)
|
|||
{
|
||||
PSYSTEM_PROCESS_INFORMATION pInfo = NULL;
|
||||
PSYSTEM_PROCESS_INFORMATION pInfoBase = NULL;
|
||||
LONG Length = 0;
|
||||
LPWSTR Module = L"";
|
||||
LPWSTR Title = L"";
|
||||
|
||||
|
@ -378,7 +376,6 @@ int STDCALL PrintProcess (char * PidStr)
|
|||
VM_COUNTERS PsVm;
|
||||
PSYSTEM_PROCESS_INFORMATION pInfo = NULL;
|
||||
PSYSTEM_PROCESS_INFORMATION pInfoBase = NULL;
|
||||
LONG pInfoBaseLength = 0;
|
||||
LPWSTR Module = L"";
|
||||
LPWSTR Title = L"";
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<module name="tlist" type="win32cui" installbase="system32" installname="tlist.exe" warnings="true">
|
||||
<module name="tlist" type="win32cui" installbase="system32" installname="tlist.exe">
|
||||
<define name="__USE_W32API" />
|
||||
<library>epsapi</library>
|
||||
<!-- <library>tgetopt</library> -->
|
||||
|
|
Loading…
Reference in a new issue