Fix linker errors about missing Win32 APIs

This commit is contained in:
Adam Roben 2013-05-21 11:42:26 -04:00
parent 7e03f93dcd
commit 6a8ee865f4

View file

@ -68,6 +68,7 @@
'VCLinkerTool': { 'VCLinkerTool': {
'AdditionalDependencies': [ 'AdditionalDependencies': [
'advapi32.lib', 'advapi32.lib',
'user32.lib',
], ],
}, },
}, },