stop the abuse of having the ddk directory in the path when including a ddk header

svn path=/trunk/; revision=19810
This commit is contained in:
Steven Edwards 2005-12-01 21:37:19 +00:00
parent 5114c3f992
commit de98d55a46
152 changed files with 247 additions and 247 deletions

View file

@ -13,7 +13,7 @@
* *
*/ */
#include <windows.h> #include <windows.h>
#include <ddk/ntddk.h> #include <ntddk.h>
#include <stdio.h> #include <stdio.h>

View file

@ -17,7 +17,7 @@
* Added -r option. * Added -r option.
*/ */
#include <ddk/ntddk.h> #include <ntddk.h>
#include <stdarg.h> #include <stdarg.h>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>

View file

@ -8,7 +8,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <ddk/ntddk.h> #include <ntddk.h>
//#define DUMP_DATA //#define DUMP_DATA
#define DUMP_SIZE_INFO #define DUMP_SIZE_INFO

View file

@ -3,9 +3,9 @@
#include <malloc.h> #include <malloc.h>
#include <io.h> #include <io.h>
//#include <ddk/winnt.h> //#include <winnt.h>
#include <windows.h> #include <windows.h>
#include <ddk/kefuncs.h> #include <kefuncs.h>
//#include <winnt.h> //#include <winnt.h>
#include <sys/types.h> #include <sys/types.h>

View file

@ -39,8 +39,8 @@ Copyright notice:
//#include <asm/system.h> //#include <asm/system.h>
#include <ddk/ntddkbd.h> #include <ntddkbd.h>
#include <ddk/ntdd8042.h> #include <ntdd8042.h>
#include <rosrtl/string.h> #include <rosrtl/string.h>
//////////////////////////////////////////////////// ////////////////////////////////////////////////////

View file

@ -31,10 +31,10 @@ Copyright notice:
#define FRAMEBUFFER_SIZE (0x8000) #define FRAMEBUFFER_SIZE (0x8000)
#define LINES_IN_BUFFER (2048) #define LINES_IN_BUFFER (2048)
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ntos/types.h> #include <ntos/types.h>
#include <ddk/types.h> #include <types.h>
//#include <ddk/i386/tss.h> //#include <i386/tss.h>
#include <internal/ob.h> #include <internal/ob.h>
#include <internal/i386/segment.h> #include <internal/i386/segment.h>
#include <defines.h> #include <defines.h>

View file

@ -45,7 +45,7 @@ Copyright notice:
#include <linux/string.h> #include <linux/string.h>
*/ */
#include <ddk/ntddk.h> #include <ntddk.h>
#include <debug.h> #include <debug.h>
#include <rosrtl/string.h> #include <rosrtl/string.h>

View file

@ -35,7 +35,7 @@ Copyright notice:
--*/ --*/
//#include <ddk/ntddk.h> //#include <ntddk.h>
//#include <winnt.h> //#include <winnt.h>
//temporary //temporary

View file

@ -8,7 +8,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <conio.h> #include <conio.h>
#include <ddk/ntddk.h> #include <ntddk.h>
#include <pshpack1.h> #include <pshpack1.h>

View file

@ -9,7 +9,7 @@
* Created 18/10/99 * Created 18/10/99
*/ */
//#include <ddk/ntddk.h> //#include <ntddk.h>
#include <freeldr.h> #include <freeldr.h>

View file

@ -24,7 +24,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ndk/ntndk.h> #include <ndk/ntndk.h>
#include <arch.h> #include <arch.h>
#include <rtl.h> #include <rtl.h>

View file

@ -13,7 +13,7 @@
#ifndef __INCLUDE_ACPI_TYPES_H #ifndef __INCLUDE_ACPI_TYPES_H
#define __INCLUDE_ACPI_TYPES_H #define __INCLUDE_ACPI_TYPES_H
#include <ddk/ntddk.h> #include <ntddk.h>
#include <stdio.h> #include <stdio.h>
typedef UCHAR UINT8; typedef UCHAR UINT8;

View file

@ -5,7 +5,7 @@
*/ */
#define ACPI_DEBUG #define ACPI_DEBUG
#include <acpi.h> #include <acpi.h>
#include <ddk/ntddk.h> #include <ntddk.h>
#include <bm.h> #include <bm.h>
typedef ACPI_STATUS (*ACPI_DRIVER_FUNCTION)(VOID); typedef ACPI_STATUS (*ACPI_DRIVER_FUNCTION)(VOID);

View file

@ -8,7 +8,7 @@
* UPDATE HISTORY: * UPDATE HISTORY:
* 01-05-2001 CSH Created * 01-05-2001 CSH Created
*/ */
#include <ddk/ntddk.h> #include <ntddk.h>
#include <isapnp.h> #include <isapnp.h>
#define NDEBUG #define NDEBUG

View file

@ -1,8 +1,8 @@
#ifndef __PCI_H #ifndef __PCI_H
#define __PCI_H #define __PCI_H
#include <ddk/ntifs.h> #include <ntifs.h>
#include <ddk/wdmguid.h> #include <wdmguid.h>
#include <stdio.h> #include <stdio.h>
typedef struct _PCI_DEVICE typedef struct _PCI_DEVICE

View file

@ -12,8 +12,8 @@
/* INCLUDES ****************************************************************/ /* INCLUDES ****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/ntddbeep.h> #include <ntddbeep.h>
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -11,7 +11,7 @@
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <wincon.h> #include <wincon.h>
#include <blue/ntddblue.h> #include <blue/ntddblue.h>
#include <ndk/halfuncs.h> #include <ndk/halfuncs.h>

View file

@ -23,7 +23,7 @@
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ndk/ldrfuncs.h> #include <ndk/ldrfuncs.h>
#include "bootvid.h" #include "bootvid.h"
#include "ntbootvid.h" #include "ntbootvid.h"

View file

@ -22,7 +22,7 @@
*/ */
/* INCLUDES */ /* INCLUDES */
#include <ddk/ntddk.h> #include <ntddk.h>
NTSTATUS STDCALL NTSTATUS STDCALL
DriverEntry(PDRIVER_OBJECT DriverObject, PUNICODE_STRING RegistryPath); DriverEntry(PDRIVER_OBJECT DriverObject, PUNICODE_STRING RegistryPath);

View file

@ -12,8 +12,8 @@
/* INCLUDES ****************************************************************/ /* INCLUDES ****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
//#include <ddk/ntddbeep.h> //#include <ntddbeep.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -9,7 +9,7 @@
* Sept 26, 2003: Created * Sept 26, 2003: Created
*/ */
#include <ddk/ntddk.h> #include <ntddk.h>
#include "mpu401.h" #include "mpu401.h"

View file

@ -9,7 +9,7 @@
* Sept 27, 2003: Created * Sept 27, 2003: Created
*/ */
#include <ddk/ntddk.h> #include <ntddk.h>
#include "mpu401.h" #include "mpu401.h"

View file

@ -1,6 +1,6 @@
#include <stdio.h> #include <stdio.h>
#include <windows.h> #include <windows.h>
#include <ddk/ntddk.h> #include <ntddk.h>
#include "mpu401.h" #include "mpu401.h"
int main() int main()

View file

@ -12,7 +12,7 @@
/* FUNCTIONS **************************************************************/ /* FUNCTIONS **************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include "parallel.h" #include "parallel.h"

View file

@ -4,7 +4,7 @@
http://www.cae.wisc.edu/~brodskye/sb16doc/sb16doc.html http://www.cae.wisc.edu/~brodskye/sb16doc/sb16doc.html
*/ */
#include <ddk/ntddk.h> #include <ntddk.h>
#include "sndblst.h" #include "sndblst.h"
VOID SetOutputSampleRate(UINT BasePort, UINT SampleRate) VOID SetOutputSampleRate(UINT BasePort, UINT SampleRate)

View file

@ -2,7 +2,7 @@
Routines to simplify the use of DMA for Sound Blaster driver Routines to simplify the use of DMA for Sound Blaster driver
*/ */
#include <ddk/ntddk.h> #include <ntddk.h>
#include "sndblst.h" #include "sndblst.h"
#if 0 #if 0

View file

@ -1,4 +1,4 @@
#include <ddk/ntddk.h> #include <ntddk.h>
#include "sndblst.h" #include "sndblst.h"
#if 0 #if 0

View file

@ -9,7 +9,7 @@
* Sept 28, 2003: Created * Sept 28, 2003: Created
*/ */
#include <ddk/ntddk.h> #include <ntddk.h>
#include "sndblst.h" #include "sndblst.h"
BOOLEAN WaitToSend(UINT BasePort) BOOLEAN WaitToSend(UINT BasePort)

View file

@ -11,7 +11,7 @@
/* INCLUDES ****************************************************************/ /* INCLUDES ****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include "sndblst.h" #include "sndblst.h"
NTSTATUS STDCALL NTSTATUS STDCALL

View file

@ -12,7 +12,7 @@
#ifndef __INCLUDES_SNDBLST_H__ #ifndef __INCLUDES_SNDBLST_H__
#define __INCLUDES_SNDBLST_H__ #define __INCLUDES_SNDBLST_H__
#include <ddk/ntddk.h> #include <ntddk.h>
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -1,6 +1,6 @@
#include <stdio.h> #include <stdio.h>
#include <windows.h> #include <windows.h>
#include <ddk/ntddk.h> #include <ntddk.h>
#include "mpu401.h" #include "mpu401.h"
int main() int main()

View file

@ -1,6 +1,6 @@
#include <stdio.h> #include <stdio.h>
#include <windows.h> #include <windows.h>
#include <ddk/ntddk.h> #include <ntddk.h>
int main() int main()
{ {

View file

@ -12,7 +12,7 @@
/* INCLUDES ****************************************************************/ /* INCLUDES ****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
NTSTATUS STDCALL NTSTATUS STDCALL
DriverEntry(PDRIVER_OBJECT DriverObject, DriverEntry(PDRIVER_OBJECT DriverObject,

View file

@ -12,7 +12,7 @@
/* FUNCTIONS **************************************************************/ /* FUNCTIONS **************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <string.h> #include <string.h>
#include <devices.h> #include <devices.h>
#include "sb16.h" #include "sb16.h"

View file

@ -12,7 +12,7 @@
/* FUNCTIONS **************************************************************/ /* FUNCTIONS **************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <string.h> #include <string.h>
#include <devices.h> #include <devices.h>

View file

@ -11,7 +11,7 @@
/* INCLUDES ****************************************************************/ /* INCLUDES ****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
/* FUNCTIONS **************************************************************/ /* FUNCTIONS **************************************************************/

View file

@ -1,8 +1,8 @@
#ifndef CDFS_H #ifndef CDFS_H
#define CDFS_H #define CDFS_H
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/ntifs.h> #include <ntifs.h>
#include <ntddcdrm.h> #include <ntddcdrm.h>
#include <ccros.h> #include <ccros.h>

View file

@ -9,7 +9,7 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <wchar.h> #include <wchar.h>
#include <string.h> #include <string.h>

View file

@ -9,7 +9,7 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -9,7 +9,7 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <wchar.h> #include <wchar.h>
#include <string.h> #include <string.h>

View file

@ -1,5 +1,5 @@
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/ntifs.h> #include <ntifs.h>
BOOLEAN Ext2ReadSectors(IN PDEVICE_OBJECT pDeviceObject, BOOLEAN Ext2ReadSectors(IN PDEVICE_OBJECT pDeviceObject,
IN ULONG DiskSector, IN ULONG DiskSector,

View file

@ -9,7 +9,7 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -10,7 +10,7 @@
/* INCLUDES ****************************************************************/ /* INCLUDES ****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -9,7 +9,7 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <wchar.h> #include <wchar.h>
#include <string.h> #include <string.h>

View file

@ -9,7 +9,7 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <string.h> #include <string.h>
#define NDEBUG #define NDEBUG

View file

@ -9,7 +9,7 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <wchar.h> #include <wchar.h>
#include <string.h> #include <string.h>

View file

@ -9,7 +9,7 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -9,7 +9,7 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -9,7 +9,7 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <string.h> #include <string.h>
#define NDEBUG #define NDEBUG

View file

@ -9,8 +9,8 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/ntifs.h> #include <ntifs.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -9,7 +9,7 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <string.h> #include <string.h>
//#define NDEBUG //#define NDEBUG

View file

@ -9,10 +9,10 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <string.h> #include <string.h>
#include "bitops.h" #include "bitops.h"
#include <ddk/ntifs.h> #include <ntifs.h>
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -1,5 +1,5 @@
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/ntifs.h> #include <ntifs.h>
#define MINIX_ROOT_INO 1 #define MINIX_ROOT_INO 1

View file

@ -26,8 +26,8 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/ntifs.h> #include <ntifs.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -9,7 +9,7 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <string.h> #include <string.h>
#include <ntos/minmax.h> #include <ntos/minmax.h>

View file

@ -27,7 +27,7 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
//#define NDEBUG //#define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -1,9 +1,9 @@
#ifndef NTFS_H #ifndef NTFS_H
#define NTFS_H #define NTFS_H
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/ntifs.h> #include <ntifs.h>
#include <ddk/ntdddisk.h> #include <ntdddisk.h>
#include <ccros.h> #include <ccros.h>
#define USE_ROS_CC_AND_FS #define USE_ROS_CC_AND_FS

View file

@ -28,7 +28,7 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -27,7 +27,7 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -28,7 +28,7 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -26,8 +26,8 @@
/* $Id$ */ /* $Id$ */
#define __NTDRIVER__ #define __NTDRIVER__
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/ntifs.h> #include <ntifs.h>
static VOID NTAPI IopCsqCancelRoutine(PDEVICE_OBJECT DeviceObject, static VOID NTAPI IopCsqCancelRoutine(PDEVICE_OBJECT DeviceObject,

View file

@ -1,7 +1,7 @@
#ifndef _OSKITFREEBSD_H #ifndef _OSKITFREEBSD_H
#define _OSKITFREEBSD_H #define _OSKITFREEBSD_H
#include <ddk/ntddk.h> #include <ntddk.h>
#ifdef linux #ifdef linux
#include <netinet/in.h> #include <netinet/in.h>

View file

@ -13,7 +13,7 @@
#define NDIS50 1 /* Use NDIS 5.0 structures by default */ #define NDIS50 1 /* Use NDIS 5.0 structures by default */
//#include <basetsd.h> //#include <basetsd.h>
#include <ddk/ntddk.h> #include <ntddk.h>
//#include <windef.h> //#include <windef.h>
#include <ndisfake.h> #include <ndisfake.h>

View file

@ -16,7 +16,7 @@
#ifndef __INCLUDES_REACTOS_KS_H__ #ifndef __INCLUDES_REACTOS_KS_H__
#define __INCLUDES_REACTOS_KS_H__ #define __INCLUDES_REACTOS_KS_H__
#include <ddk/ntddk.h> #include <ntddk.h>
/* What's this meant to be?! */ /* What's this meant to be?! */
#define KSDDKAPI #define KSDDKAPI

View file

@ -13,7 +13,7 @@
extern "C" { extern "C" {
#endif #endif
#include <ddk/ntddk.h> #include <ntddk.h>
#define PORTCLASSAPI extern #define PORTCLASSAPI extern

View file

@ -7,7 +7,7 @@
#ifndef __NE2000_H #ifndef __NE2000_H
#define __NE2000_H #define __NE2000_H
#include <ddk/ndis.h> #include <ndis.h>
#include <8390.h> #include <8390.h>
#include <debug.h> #include <debug.h>

View file

@ -2,8 +2,8 @@
#define _LAN_PRECOMP_H #define _LAN_PRECOMP_H
#include <limits.h> #include <limits.h>
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/ndis.h> #include <ndis.h>
#include <roscfg.h> #include <roscfg.h>
#include <debug.h> #include <debug.h>
#include <pseh.h> #include <pseh.h>

View file

@ -25,8 +25,8 @@
#include "ntiologc.h" #include "ntiologc.h"
#include "ndis.h" #include "ndis.h"
#else #else
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/ndis.h> #include <ndis.h>
//#define PsGetCurrentProcess() IoGetCurrentProcess() //#define PsGetCurrentProcess() IoGetCurrentProcess()
#ifndef PsGetCurrentThread #ifndef PsGetCurrentThread
#define PsGetCurrentThread() ((PETHREAD) (KeGetCurrentThread())) #define PsGetCurrentThread() ((PETHREAD) (KeGetCurrentThread()))

View file

@ -25,8 +25,8 @@
#include "ntiologc.h" #include "ntiologc.h"
#include "ndis.h" #include "ndis.h"
#else #else
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/ndis.h> #include <ndis.h>
#endif #endif
#include "packet.h" #include "packet.h"

View file

@ -24,8 +24,8 @@
#include "ntiologc.h" #include "ntiologc.h"
#include "ndis.h" #include "ndis.h"
#else #else
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/ndis.h> #include <ndis.h>
#endif #endif
#include "debug.h" #include "debug.h"
#include "packet.h" #include "packet.h"

View file

@ -25,8 +25,8 @@
#include "ntiologc.h" #include "ntiologc.h"
#include "ndis.h" #include "ndis.h"
#else #else
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/ndis.h> #include <ndis.h>
#endif #endif
#include "ntddpack.h" #include "ntddpack.h"

View file

@ -25,8 +25,8 @@
#include <ntiologc.h> #include <ntiologc.h>
#include <ndis.h> #include <ndis.h>
#else #else
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/ndis.h> #include <ndis.h>
#define NdisReinitializePacket(Packet) \ #define NdisReinitializePacket(Packet) \
{ \ { \

View file

@ -25,8 +25,8 @@
#include "ntiologc.h" #include "ntiologc.h"
#include "ndis.h" #include "ndis.h"
#else #else
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/ndis.h> #include <ndis.h>
#define NdisReinitializePacket(Packet) \ #define NdisReinitializePacket(Packet) \
{ \ { \
(Packet)->Private.Head = (PNDIS_BUFFER)NULL; \ (Packet)->Private.Head = (PNDIS_BUFFER)NULL; \

View file

@ -1,7 +1,7 @@
#ifndef _LINUX_TYPES_H #ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H #define _LINUX_TYPES_H
#include <ddk/ntddk.h> #include <ntddk.h>
#ifndef NULL #ifndef NULL
#define NULL (void*)0 #define NULL (void*)0

View file

@ -1,6 +1,6 @@
#include <roscfg.h> #include <roscfg.h>
#include <limits.h> #include <limits.h>
#include <ddk/ntddk.h> #include <ntddk.h>
#include <../recmutex/recmutex.h> #include <../recmutex/recmutex.h>
#include <roscfg.h> #include <roscfg.h>
#include <tcpip.h> #include <tcpip.h>

View file

@ -22,10 +22,10 @@
#include <tdikrnl.h> #include <tdikrnl.h>
#include <tdiinfo.h> #include <tdiinfo.h>
#else #else
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/ndis.h> #include <ndis.h>
#include <ddk/tdikrnl.h> #include <tdikrnl.h>
#include <ddk/tdiinfo.h> #include <tdiinfo.h>
#endif #endif
#include <debug.h> #include <debug.h>

View file

@ -1,4 +1,4 @@
#include <ddk/ntddk.h> #include <ntddk.h>
#include "recmutex.h" #include "recmutex.h"
VOID RecursiveMutexInit( PRECURSIVE_MUTEX RecMutex ) { VOID RecursiveMutexInit( PRECURSIVE_MUTEX RecMutex ) {

View file

@ -1,7 +1,7 @@
/* $Id$ /* $Id$
* *
*/ */
#include <ddk/ntddk.h> #include <ntddk.h>
/* /*
* @unimplemented * @unimplemented

View file

@ -1,7 +1,7 @@
/* $Id$ /* $Id$
* *
*/ */
#include <ddk/ntddk.h> #include <ntddk.h>
/* /*

View file

@ -2,7 +2,7 @@
* *
* DESCRIPTION: Entry point for TDI.SYS * DESCRIPTION: Entry point for TDI.SYS
*/ */
#include <ddk/ntddk.h> #include <ntddk.h>
NTSTATUS NTSTATUS
STDCALL STDCALL

View file

@ -1,8 +1,8 @@
/* $Id$ /* $Id$
* *
*/ */
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/tdi.h> #include <tdi.h>
/* De-/Register Action IDs for TdiDeRegister */ /* De-/Register Action IDs for TdiDeRegister */

View file

@ -2,8 +2,8 @@
* *
* DESCRIPTION: Default TDI event handlers. * DESCRIPTION: Default TDI event handlers.
*/ */
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/tdi.h> #include <tdi.h>
/* /*

View file

@ -2,7 +2,7 @@
* *
*/ */
#include <ddk/ntddk.h> #include <ntddk.h>
/* /*
* @unimplemented * @unimplemented

View file

@ -2,8 +2,8 @@
/* $Id$ /* $Id$
* *
*/ */
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/tdi.h> #include <tdi.h>
/* /*
* @unimplemented * @unimplemented

View file

@ -12,7 +12,7 @@
#include <tdikrnl.h> #include <tdikrnl.h>
#include <tdiinfo.h> #include <tdiinfo.h>
#else #else
#include <ddk/ntddk.h> #include <ntddk.h>
#include <net/tdikrnl.h> #include <net/tdikrnl.h>
#include <net/tdiinfo.h> #include <net/tdiinfo.h>
#endif #endif

View file

@ -48,12 +48,12 @@
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/srb.h> #include <srb.h>
#include <ddk/scsi.h> #include <scsi.h>
#include <ddk/ntddscsi.h> #include <ntddscsi.h>
#include <ddk/ntdddisk.h> #include <ntdddisk.h>
#include <ddk/ntddstor.h> #include <ntddstor.h>
#include "atapi.h" #include "atapi.h"

View file

@ -37,11 +37,11 @@
#ifndef _BT958_H_ #ifndef _BT958_H_
#define _BT958_H_ #define _BT958_H_
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/srb.h> #include <srb.h>
#include <ddk/scsi.h> #include <scsi.h>
#include <ddk/ntddscsi.h> #include <ntddscsi.h>
#include <ddk/scsiwmi.h> #include <scsiwmi.h>
//#include <ntos/kefuncs.h> //#include <ntos/kefuncs.h>

View file

@ -33,11 +33,11 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/scsi.h> #include <scsi.h>
#include <ddk/ntddscsi.h> #include <ntddscsi.h>
#include <ddk/ntdddisk.h> #include <ntdddisk.h>
#include <ddk/ntddcdrm.h> #include <ntddcdrm.h>
#include <include/class2.h> #include <include/class2.h>
#include <stdio.h> #include <stdio.h>

View file

@ -32,9 +32,9 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/ntdddisk.h> #include <ntdddisk.h>
#include <ddk/scsi.h> #include <scsi.h>
#include <include/class2.h> #include <include/class2.h>
#include <stdio.h> #include <stdio.h>

View file

@ -27,10 +27,10 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/ntdddisk.h> #include <ntdddisk.h>
#include <ddk/scsi.h> #include <scsi.h>
#include <ddk/ntddscsi.h> #include <ntddscsi.h>
#include <include/class2.h> #include <include/class2.h>
#include <stdio.h> #include <stdio.h>

View file

@ -27,10 +27,10 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/scsi.h> #include <scsi.h>
#include <ddk/ntdddisk.h> #include <ntdddisk.h>
#include <ddk/ntddscsi.h> #include <ntddscsi.h>
#include <include/class2.h> #include <include/class2.h>
#include <diskdump/diskdump.h> #include <diskdump/diskdump.h>

View file

@ -27,7 +27,7 @@
#ifdef _MSC_VER #ifdef _MSC_VER
#include <csq.h> #include <csq.h>
#else #else
#include <ddk/csq.h> #include <csq.h>
#endif #endif
/* /*

View file

@ -28,12 +28,12 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/srb.h> #include <srb.h>
#include <ddk/scsi.h> #include <scsi.h>
#include <ddk/ntddscsi.h> #include <ntddscsi.h>
#include <ddk/ntddstor.h> #include <ntddstor.h>
#include <ddk/ntdddisk.h> #include <ntdddisk.h>
#include <stdio.h> #include <stdio.h>
#define NDEBUG #define NDEBUG

View file

@ -7,7 +7,7 @@
* Please refer to reactos/include/ddk/csq.h and reactos/drivers/lib/csq. * Please refer to reactos/include/ddk/csq.h and reactos/drivers/lib/csq.
*/ */
#include <ntddk.h> #include <ntddk.h>
#include <ddk/csq.h> #include <csq.h>
/* XXX shortcomings in our headers... */ /* XXX shortcomings in our headers... */
#define assert(x) #define assert(x)

View file

@ -1,14 +1,14 @@
//#include <stdlib.h> //#include <stdlib.h>
//#include <ntos/types.h> //#include <ntos/types.h>
//#include <ddk/extypes.h> //#include <extypes.h>
/* /*
TODO: Do a major cleanup of this file! TODO: Do a major cleanup of this file!
Lots of definitions should go to corresponding files Lots of definitions should go to corresponding files
*/ */
#include <ddk/ntifs.h> #include <ntifs.h>
#include <ddk/kbdmou.h> #include <kbdmou.h>
#include <debug.h> #include <debug.h>
#define TAG(A, B, C, D) (ULONG)(((A)<<0) + ((B)<<8) + ((C)<<16) + ((D)<<24)) #define TAG(A, B, C, D) (ULONG)(((A)<<0) + ((B)<<8) + ((C)<<16) + ((D)<<24))

View file

@ -1,6 +1,6 @@
#include <stdio.h> #include <stdio.h>
#include <windows.h> #include <windows.h>
#include <ddk/usbdi.h> #include <usbdi.h>
typedef ULONG STDCALL typedef ULONG STDCALL
(*USBD_GetInterfaceLengthTYPE)( (*USBD_GetInterfaceLengthTYPE)(

View file

@ -21,8 +21,8 @@
* USBD_GetPdoRegistryParameters (implemented) * USBD_GetPdoRegistryParameters (implemented)
*/ */
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/usbdi.h> #include <usbdi.h>
#ifndef PLUGPLAY_REGKEY_DRIVER #ifndef PLUGPLAY_REGKEY_DRIVER
#define PLUGPLAY_REGKEY_DRIVER 2 #define PLUGPLAY_REGKEY_DRIVER 2
#endif #endif

View file

@ -1,7 +1,7 @@
#include <debug.h> #include <debug.h>
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/usbioctl.h> #include <usbioctl.h>
#include "../miniport/usb_wrapper.h" #include "../miniport/usb_wrapper.h"
#include "../usbport/hub.h" #include "../usbport/hub.h"

View file

@ -3,7 +3,7 @@
by Aleksey Bragin (aleksey@reactos.com) by Aleksey Bragin (aleksey@reactos.com)
*/ */
#include <ddk/ntddk.h> #include <ntddk.h>
#include <debug.h> #include <debug.h>
#include "../miniport/usb_wrapper.h" #include "../miniport/usb_wrapper.h"

View file

@ -1,6 +1,6 @@
#include <ddk/ntddk.h> #include <ntddk.h>
#include <ddk/usbdi.h> #include <usbdi.h>
#include <ddk/usbiodef.h> #include <usbiodef.h>
#include <initguid.h> #include <initguid.h>
#include <debug.h> #include <debug.h>

Some files were not shown because too many files have changed in this diff Show more