mirror of
https://github.com/electron/electron.git
synced 2026-01-28 16:58:21 -05:00
Fix linker errors about missing Win32 APIs
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
'VCLinkerTool': {
|
||||
'AdditionalDependencies': [
|
||||
'advapi32.lib',
|
||||
'user32.lib',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user