mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
fcddf62f18
- Add tests checking for TDI_CONNECT behaviour. svn path=/trunk/; revision=66180
7 lines
171 B
C
7 lines
171 B
C
|
|
#define IOCTL_TEST_TDI 1
|
|
#define IOCTL_TEST_CONNECT 2
|
|
|
|
/* For the TDI_CONNECT test */
|
|
#define TEST_CONNECT_SERVER_PORT 12345
|
|
#define TEST_CONNECT_CLIENT_PORT 54321
|