Fix linker errors about missing Win32 APIs
This commit is contained in:
parent
7e03f93dcd
commit
6a8ee865f4
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@
|
|||
'VCLinkerTool': {
|
||||
'AdditionalDependencies': [
|
||||
'advapi32.lib',
|
||||
'user32.lib',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue