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

Unified Diff: adblockplus.gyp

Issue 29332484: Noissue - Add conversion function from 'BSTR' to 'std::wstring' (Closed)
Patch Set: Created Dec. 9, 2015, 1:11 p.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/shared/Utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplus.gyp
===================================================================
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -214,7 +214,7 @@
],
'defines': ['WINVER=0x0501'],
'link_settings': {
- 'libraries': ['-ladvapi32', '-lshell32', '-lole32'],
+ 'libraries': ['-ladvapi32', '-lshell32', '-lole32', '-loleaut32'],
},
'msvs_settings': {
'VCLinkerTool': {
« no previous file with comments | « no previous file | src/shared/Utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld