Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: third_party/wtl/README.chromium

Issue 703753005: More Windows build fixes. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: remove generated files Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/wtl/Ms-PL.txt ('k') | third_party/wtl/include/atlapp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/wtl/README.chromium
diff --git a/third_party/wtl/README.chromium b/third_party/wtl/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..9fb89b82d775d3a12715e1c8773a7224422c558c
--- /dev/null
+++ b/third_party/wtl/README.chromium
@@ -0,0 +1,24 @@
+Name: wtl
+URL: http://www.microsoft.com/downloads/details.aspx?FamilyID=e5ba5ba4-6e6b-462a-b24c-61115e846f0c
+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
« no previous file with comments | « third_party/wtl/Ms-PL.txt ('k') | third_party/wtl/include/atlapp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698