| OLD | NEW |
| 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 File: Ms-PL.txt | 5 License File: Ms-PL.txt |
| 6 Security Critical: yes |
| 5 | 7 |
| 6 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. |
| 7 | 9 |
| 8 --- | 10 --- |
| 9 | 11 |
| 10 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/ |
| 11 with patch #1871358 applied. | 13 with patch #1871358 applied. |
| 12 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 |
| 13 | 15 |
| 14 "Fixes support for building with NOMINMAX defined. | 16 "Fixes support for building with NOMINMAX defined. |
| 15 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 |
| 16 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. |
| 17 | 19 |
| 18 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." |
| OLD | NEW |