summaryrefslogtreecommitdiffstats
path: root/third_party/wtl/README.chromium
blob: e5e6850367bb3721a3d22a82900b5f091008bbf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Name: Windows Template Library (WTL)
URL: http://wtl.sourceforge.net/
Version: 8.0
License: Microsoft Permissive License
License File: Ms-PL.txt
Security Critical: yes

With min and max replaced respectively with __min and __max. See below for an explanation.

---

These headers are almost the equivalent of WTL 8.0 from http://sourceforge.net/projects/wtl/
with patch #1871358 applied.
http://sourceforge.net/tracker/index.php?func=detail&aid=1871358&group_id=109071&atid=652374

"Fixes support for building with NOMINMAX defined.
When defining NOMINMAX before including windows.h, min and max aren't
defined. __min and __max are always defined though. So use them instead.

This patch simply consist of a search of replace for both term."

---

Cherry pick of http://sourceforge.net/tracker/index.php?func=detail&aid=1871358&group_id=109071&atid=652374