* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716
svn path=/trunk/; revision=61882
return UnlockAndMaybeComplete( FCB, Status, Irp,
(ULONG_PTR)FCB->AddressFile.Handle );
}
-
* UPDATE HISTORY:
* 20040708 Created
*/
+
#include "afd.h"
NTSTATUS
* UPDATE HISTORY:
* 20040708 Created
*/
+
#include "afd.h"
NTSTATUS NTAPI
* REVISIONS:
* CSH 01/09-2000 Created
*/
+
#include <afd.h>
NTSTATUS AfdEventError(
return STATUS_SUCCESS;
}
-
/* EOF */
* UPDATE HISTORY:
* 20040708 Created
*/
+
#include "afd.h"
NTSTATUS NTAPI
* UPDATE HISTORY:
* 20040708 Created
*/
+
#include "afd.h"
static NTSTATUS SatisfyAccept( PAFD_DEVICE_EXTENSION DeviceExt,
* UPDATE HISTORY:
* 20040708 Created
*/
+
#include "afd.h"
PVOID GetLockedData(PIRP Irp, PIO_STACK_LOCATION IrpSp)
* UPDATE HISTORY:
* 20040708 Created
*/
+
#include "afd.h"
static VOID RefillSocketBuffer( PAFD_FCB FCB )
* UPDATE HISTORY:
* 20040708 Created
*/
+
#include "afd.h"
static VOID PrintEvents( ULONG Events ) {
* REVISIONS:
* CSH 01/09-2000 Created
*/
+
#include <afd.h>
-#include <pseh/pseh2.h>
-#include "debug.h"
-#include "tdiconn.h"
-#include "tdi_proto.h"
+
+#include <tdikrnl.h>
+#include <tdiinfo.h>
#if DBG
#if 0
* UPDATE HISTORY:
* 20040708 Created
*/
+
#include <afd.h>
UINT TdiAddressSizeFromType( UINT AddressType ) {
return Status;
}
-
* UPDATE HISTORY:
* 20040708 Created
*/
+
#include "afd.h"
static IO_COMPLETION_ROUTINE SendComplete;
return UnlockAndMaybeComplete( FCB, Status, Irp, 0 );
}
}
-
#ifndef _AFD_H
#define _AFD_H
-#include <ntddk.h>
#include <ntifs.h>
#include <ndk/obtypes.h>
-#include <ndk/obfuncs.h>
-#include <ndk/mmtypes.h>
-#include <ndk/mmfuncs.h>
#include <tdi.h>
-#include <tdikrnl.h>
-#include <tdiinfo.h>
-#include <string.h>
#define _WINBASE_
#define _WINDOWS_H
#define _INC_WINDOWS
AfdPacketSocketWriteData(PDEVICE_OBJECT DeviceObject, PIRP Irp,
PIO_STACK_LOCATION IrpSp);
-#endif/*_AFD_H*/
+#endif /* _AFD_H */
#pragma once
-#ifdef _MSC_VER
-#include <ntddtdi.h>
-#endif
-
typedef VOID *PTDI_CONNECTION_INFO_PAIR;
PTRANSPORT_ADDRESS TaCopyTransportAddress( PTRANSPORT_ADDRESS OtherAddress );