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

Unified Diff: libadblockplus.gyp

Issue 11588009: Support of gzip, deflate added to WinInet web request implementation (Closed)
Patch Set: Use WinInet instead of WinHTTP Created Oct. 7, 2013, 9:34 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/DefaultWebRequestWinInet.cpp » ('j') | src/DefaultWebRequestWinInet.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus.gyp
===================================================================
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -73,7 +73,7 @@
'src/DefaultWebRequestWinInet.cpp',
],
'link_settings': {
- 'libraries': [ '-lshlwapi.lib', '-lwinhttp.lib' ]
+ 'libraries': [ '-lshlwapi.lib', '-lwininet.lib' ]
}
}
],
« no previous file with comments | « no previous file | src/DefaultWebRequestWinInet.cpp » ('j') | src/DefaultWebRequestWinInet.cpp » ('J')

Powered by Google App Engine
This is Rietveld