blob: 961005f5da64f41ed4f2be3021ab981167aa9c00 [file] [log] [blame]
Name: wtl
URL: http://www.microsoft.com/downloads/details.aspx?FamilyID=e5ba5ba4-6e6b-462a-b24c-61115e846f0c
Version: 8.0
License File: Ms-PL.txt
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."