Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Side by Side Diff: third_party/wtl/README.chromium

Issue 11092051: merge upstream patch for wtl to compile on vs2012 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/wtl/include/atlapp.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: wtl 1 Name: wtl
2 URL: http://www.microsoft.com/downloads/details.aspx?FamilyID=e5ba5ba4-6e6b-462a -b24c-61115e846f0c 2 URL: http://www.microsoft.com/downloads/details.aspx?FamilyID=e5ba5ba4-6e6b-462a -b24c-61115e846f0c
3 Version: 8.0 3 Version: 8.0
4 License: Microsoft Permissive License 4 License: Microsoft Permissive License
5 License File: Ms-PL.txt 5 License File: Ms-PL.txt
6 Security Critical: yes 6 Security Critical: yes
7 7
8 With min and max replaced respectively with __min and __max. See below for an ex planation. 8 With min and max replaced respectively with __min and __max. See below for an ex planation.
9 9
10 --- 10 ---
11 11
12 These headers are almost the equivalent of WTL 8.0 from http://sourceforge.net/p rojects/wtl/ 12 These headers are almost the equivalent of WTL 8.0 from http://sourceforge.net/p rojects/wtl/
13 with patch #1871358 applied. 13 with patch #1871358 applied.
14 http://sourceforge.net/tracker/index.php?func=detail&aid=1871358&group_id=109071 &atid=652374 14 http://sourceforge.net/tracker/index.php?func=detail&aid=1871358&group_id=109071 &atid=652374
15 15
16 "Fixes support for building with NOMINMAX defined. 16 "Fixes support for building with NOMINMAX defined.
17 When defining NOMINMAX before including windows.h, min and max aren't 17 When defining NOMINMAX before including windows.h, min and max aren't
18 defined. __min and __max are always defined though. So use them instead. 18 defined. __min and __max are always defined though. So use them instead.
19 19
20 This patch simply consist of a search of replace for both term." 20 This patch simply consist of a search of replace for both term."
21
22 ---
23
24 Cherry pick of http://sourceforge.net/tracker/index.php?func=detail&aid=1871358& group_id=109071&atid=652374
OLDNEW
« no previous file with comments | « no previous file | third_party/wtl/include/atlapp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698