Cease distributing Windows SDK files

1) Remove Win SDK headers directory (src/archutils/Win32/ddk)

2) Update files including Win SDK headers to instead use the version installed by Visual Studio Installer

3) Update INSTALL.md

Note: this commit does not enforce using a specific version of the Windows SDK, but does everything needed to use the locally installed Windows SDK instead of files distributed with the source code to enforce using a particular version.
This commit is contained in:
sukibaby
2024-09-20 15:45:53 -07:00
committed by teejusb
parent 9737482f7c
commit 17a5823f45
16 changed files with 8 additions and 17214 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
#include <windows.h>
#include <commctrl.h>
#include "archutils/Win32/ddk/dbghelp.h"
#include "dbghelp.h"
#include <io.h>
#if defined(HAVE_FCNTL_H)
#include <fcntl.h>