mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:33:20 +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
|
* Status of operation
|
||||||
*/
|
*/
|
||||||
{
|
{
|
||||||
PTCP_REQUEST_QUERY_INFORMATION_EX InputBuffer;
|
PTCP_REQUEST_QUERY_INFORMATION_EX InputBuffer = NULL;
|
||||||
PTRANSPORT_CONTEXT TranContext;
|
PTRANSPORT_CONTEXT TranContext;
|
||||||
PTI_QUERY_CONTEXT QueryContext;
|
PTI_QUERY_CONTEXT QueryContext = NULL;
|
||||||
PVOID OutputBuffer;
|
PVOID OutputBuffer;
|
||||||
TDI_REQUEST Request;
|
TDI_REQUEST Request;
|
||||||
UINT Size;
|
UINT Size;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue