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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user