A patch was applied to the chromium copy of WTL, however the following
item was missed.  It's likey this has not been noticed because this
file might not be used by any project.

atlctrlx.H

Line 997

int cyMax = __max(rcLeft.bottom, max(rcLink.bottom, rcRight.bottom));

// second ref to max breaks NOMINMAX

Line 4191

nMenuItemsCount = __min(min(nPageCount, nMenuItemsCount), (int)
m_nMenuItemsMax);

// second ref to min breaks NOMINMAX

Also, I was not able to resolve where the other patches to WTL came
from.  The docs only make reference to the min/max patch, yet these
files have beeen patched also:

atldlgs.h
atluser.h
atlwince.h



--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to