blob: 9fb89b82d775d3a12715e1c8773a7224422c558c [file] [log] [blame]
John Abd-El-Malek666877b2014-11-05 10:35:30 -08001Name: wtl
2URL: http://www.microsoft.com/downloads/details.aspx?FamilyID=e5ba5ba4-6e6b-462a-b24c-61115e846f0c
3Version: 8.0
4License: Microsoft Permissive License
5License File: Ms-PL.txt
6Security Critical: yes
7
8With min and max replaced respectively with __min and __max. See below for an explanation.
9
10---
11
12These headers are almost the equivalent of WTL 8.0 from http://sourceforge.net/projects/wtl/
13with patch #1871358 applied.
14http://sourceforge.net/tracker/index.php?func=detail&aid=1871358&group_id=109071&atid=652374
15
16"Fixes support for building with NOMINMAX defined.
17When defining NOMINMAX before including windows.h, min and max aren't
18defined. __min and __max are always defined though. So use them instead.
19
20This patch simply consist of a search of replace for both term."
21
22---
23
24Cherry pick of http://sourceforge.net/tracker/index.php?func=detail&aid=1871358&group_id=109071&atid=652374