mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
fixing the build for gcc 3.4.5
svn path=/trunk/; revision=26245
This commit is contained in:
parent
550b42f6d2
commit
fbfe1712be
1 changed files with 2 additions and 2 deletions
|
@ -1265,9 +1265,9 @@ NTSTATUS DispTdiQueryInformationEx(
|
|||
* Status of operation
|
||||
*/
|
||||
{
|
||||
PTCP_REQUEST_QUERY_INFORMATION_EX InputBuffer;
|
||||
PTCP_REQUEST_QUERY_INFORMATION_EX InputBuffer = NULL;
|
||||
PTRANSPORT_CONTEXT TranContext;
|
||||
PTI_QUERY_CONTEXT QueryContext;
|
||||
PTI_QUERY_CONTEXT QueryContext = NULL;
|
||||
PVOID OutputBuffer;
|
||||
TDI_REQUEST Request;
|
||||
UINT Size;
|
||||
|
|
Loading…
Reference in a new issue