Windows NT 3.5 build 782 source code

--Prerequisites------
- Windows 2000 Machine with at least 512MB of RAM and at least 30GB for storage (last one recommended for further developments)
- Windows NT 4.0 DDK
- Windows Server 2003 PSDK
- Visual Studio 6.0

--How to Build-------

- Create D: disk if it does not exists.
- Install NT 4 DDK and Server 2003 PSDK to the D: disk. (make sure environment variables are set).
- Install Visual Studio 6.0 to it's default destination.
- Extract sources to D:\NT folder.
- Open Command Prompt, and navigate to D:\NT folder
- Enter setup(.cmd) command.
- Enter vcvars32(.bat) command (as it fixes most of problems dedicated to "cannot open *.lib").

Before begining to build, make sure you replace all files from /nt4_missing.zip, except ntdebug.h (for a while).

--Changelog----------

May 25, 2023
- Minor fixes

May 27, 2023
- Fixed SDKTOOLS following folders:
	- VCTOOLS
	- WINTOOLS
	- KDEXTS
	- DRWATSON
	- REGDIFF
- Now you can use VIM from build console ("vi").

May 28, 2023
- Fixed SDKTOOLS following folders:
	- IMAGEHLP
	- IMAGEDIT
- Partially fixed NTOS\BOOT folder
- Partially fixed WINDBG folder
- Some tools have integrated from Windows NT 3.5 DDK

May 29, 2023
- Fixed WINDOWS\CMD folder
- Partially fixed WINDOWS\DIAMOND folder

June 3, 2023
- Replaced some SDK\LIB\I386 libraries with recompiled ones for avoiding most errors.