mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
556 B
30 lines
556 B
/**********************************************************************/
|
|
/** Microsoft Windows **/
|
|
/** Copyright(c) Microsoft Corp., 1995 **/
|
|
/**********************************************************************/
|
|
|
|
/*
|
|
wshtcp.h
|
|
|
|
WSHTCP VxD definitons.
|
|
|
|
|
|
FILE HISTORY:
|
|
EarleH 17-Jan-1995 Created.
|
|
|
|
*/
|
|
|
|
|
|
#ifndef _WSHTCP_H_
|
|
#define _WSHTCP_H_
|
|
|
|
|
|
//
|
|
// Version numbers.
|
|
//
|
|
|
|
#define WSHTCP_Ver_Major 0x0000
|
|
#define WSHTCP_Ver_Minor 0x0000
|
|
|
|
|
|
#endif // _WSHTCP_H_
|