Troubleshooting for Windows Driver Kit (#16405)

This commit is contained in:
Tomas Rycl 2019-01-23 21:34:18 +01:00 committed by Shelley Vohr
parent 90151879cc
commit 1db4dd68a7

View file

@ -105,3 +105,7 @@ node.js has some [extremely long pathnames](https://github.com/electron/node/tre
```sh
$ git config --system core.longpaths true
```
### error: use of undeclared identifier 'DefaultDelegateCheckMode'
This can happen during build, when Debugging Tools for Windows has been installed with Windows Driver Kit. Uninstall Windows Driver Kit and install Debugging Tools with steps described above.