mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
began refreshing tditest a bit
svn path=/trunk/; revision=6724
This commit is contained in:
parent
5997e35178
commit
669a79e12b
4 changed files with 588 additions and 581 deletions
|
@ -8,9 +8,7 @@
|
|||
#define __TDITEST_H
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <basetsd.h>
|
||||
#include <ntddk.h>
|
||||
#include <windef.h>
|
||||
#include <tdikrnl.h>
|
||||
#include <tdiinfo.h>
|
||||
#else
|
||||
|
@ -18,14 +16,11 @@
|
|||
#include <net/tdikrnl.h>
|
||||
#include <net/tdiinfo.h>
|
||||
#endif
|
||||
|
||||
#include <debug.h>
|
||||
#include "debug.h"
|
||||
|
||||
|
||||
/* Name of UDP device */
|
||||
#define UDP_DEVICE_NAME L"\\Device\\Udp"
|
||||
//#define UDP_DEVICE_NAME L"\\Device\\NTUdp"
|
||||
|
||||
|
||||
#ifdef i386
|
||||
|
||||
|
@ -129,3 +124,4 @@ typedef struct IPADDR_ENTRY {
|
|||
#endif /*__TDITEST_H */
|
||||
|
||||
/* EOF */
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: makefile,v 1.8 2001/08/21 20:13:16 chorns Exp $
|
||||
# $Id: makefile,v 1.9 2003/11/20 06:31:51 vizzini Exp $
|
||||
|
||||
PATH_TO_TOP = ../../..
|
||||
|
||||
|
@ -6,7 +6,7 @@ TARGET_TYPE = driver
|
|||
|
||||
TARGET_NAME = tditest
|
||||
|
||||
TARGET_CFLAGS = -I./include
|
||||
TARGET_CFLAGS = -I./include -Wall -Werror
|
||||
|
||||
TARGET_OBJECTS = \
|
||||
tditest/tditest.o
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TARGETNAME=tditest
|
||||
TARGETPATH=..\objects
|
||||
TARGETPATH=obj
|
||||
TARGETTYPE=DRIVER
|
||||
|
||||
TARGETLIBS=$(DDK_LIB_PATH)\tdi.lib \
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue