Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: adblockplus.gyp

Issue 29351560: Issue 4395 - Setting page is loaded non-populated on some systems
Patch Set: Created Sept. 7, 2016, 7:44 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/plugin/PluginTabBase.cpp » ('j') | src/shared/Utils.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplus.gyp
===================================================================
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -217,7 +217,7 @@
],
'defines': ['WINVER=0x0501'],
'link_settings': {
- 'libraries': ['-ladvapi32', '-lshell32', '-lole32', '-loleaut32'],
+ 'libraries': ['-ladvapi32', '-lshell32', '-lole32', '-loleaut32', '-lshlwapi'],
},
'msvs_settings': {
'VCLinkerTool': {
« no previous file with comments | « no previous file | src/plugin/PluginTabBase.cpp » ('j') | src/shared/Utils.cpp » ('J')

Powered by Google App Engine
This is Rietveld