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.
14 lines
492 B
14 lines
492 B
;********************************************************************
|
|
;* Microsoft Windows *
|
|
;* Copyright(c) Microsoft Corp., 1995 *
|
|
;********************************************************************
|
|
;shtcp.h
|
|
;SHTCP VxD definitons.
|
|
; FILE HISTORY:
|
|
; EarleH 17-Jan-1995 Created.
|
|
ifndef _WSHTCP_H_
|
|
_WSHTCP_H_ EQU 1
|
|
; Version numbers.
|
|
WSHTCP_Ver_Major EQU 0000H
|
|
WSHTCP_Ver_Minor EQU 0000H
|
|
endif ; _WSHTCP_H_
|