Fix linker errors about missing registry APIs
This commit is contained in:
parent
2813bef741
commit
12773cff6e
1 changed files with 7 additions and 0 deletions
|
@ -64,6 +64,13 @@
|
|||
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
|
||||
'CharacterSet': '1',
|
||||
},
|
||||
'msvs_settings': {
|
||||
'VCLinkerTool': {
|
||||
'AdditionalDependencies': [
|
||||
'advapi32.lib',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
'Debug': {
|
||||
'inherit_from': [
|
||||
|
|
Loading…
Reference in a new issue