Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / wtl / README.chromium
blobe5e6850367bb3721a3d22a82900b5f091008bbf3
1 Name: Windows Template Library (WTL)
2 URL: http://wtl.sourceforge.net/
3 Version: 8.0
4 License: Microsoft Permissive License
5 License File: Ms-PL.txt
6 Security Critical: yes
8 With min and max replaced respectively with __min and __max. See below for an explanation.
10 ---
12 These headers are almost the equivalent of WTL 8.0 from http://sourceforge.net/projects/wtl/
13 with patch #1871358 applied.
14 http://sourceforge.net/tracker/index.php?func=detail&aid=1871358&group_id=109071&atid=652374
16 "Fixes support for building with NOMINMAX defined.
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.
20 This patch simply consist of a search of replace for both term."
22 ---
24 Cherry pick of http://sourceforge.net/tracker/index.php?func=detail&aid=1871358&group_id=109071&atid=652374