mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
fixing the build for gcc 3.4.5
svn path=/trunk/; revision=26245
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user