Troubleshooting for Windows Driver Kit (#16405)
This commit is contained in:
parent
90151879cc
commit
1db4dd68a7
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue