Windows NT 4.0 build 1096
Build of Windows NT 4.0 | |
OS family | Windows NT |
---|---|
Version number | 4.0 |
Build number | 1096 |
Build revision | 1 |
Architecture | x86 |
Windows NT 4.0 build 1096 is the earliest known build of Windows NT 4.0, mentioned in the file NTINITSS.C
from the source code for said operating system. Based on the included date, it was compiled in late June or early July 1995.
// Jul-2-1995 YosefD: // Od2PortHandle is the same value as Ow2hOs2srvPort. This handle is already closed. An // attemt to close it once more is a bug. On build 1096 this cause exception and // process termination. The return value of the terminated process isn't right in this // case. //NtClose(Od2PortHandle);