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

Issue 58853015: Add define required for VS2013 ATL to target XP (Closed)

Created:
7 years, 1 month ago by scottmg
Modified:
7 years, 1 month ago
CC:
chromium-reviews
Visibility:
Public.

Description

Add define required for VS2013 ATL to target XP See linked bug for details. TBR=cpu@chromium.org BUG=297971 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=234446

Patch Set 1 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M build/common.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
scottmg
7 years, 1 month ago (2013-11-12 04:32:47 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/58853015/20001
7 years, 1 month ago (2013-11-12 04:36:56 UTC) #2
commit-bot: I haz the power
Change committed as 234446
7 years, 1 month ago (2013-11-12 07:13:38 UTC) #3
Sébastien Marchand
It looks like we should use the v120_xp platform toolset (here for v110_xp, I presume ...
7 years, 1 month ago (2013-11-20 17:55:20 UTC) #4
Sébastien Marchand
"...the supported versions are Windows XP SP3 for x86...", we officially support XP SP2 :(
7 years, 1 month ago (2013-11-20 17:56:56 UTC) #5
scottmg
On 2013/11/20 17:55:20, Sébastien Marchand wrote: > It looks like we should use the v120_xp ...
7 years, 1 month ago (2013-11-20 18:05:26 UTC) #6
scottmg
On 2013/11/20 17:56:56, Sébastien Marchand wrote: > "...the supported versions are Windows XP SP3 for ...
7 years, 1 month ago (2013-11-20 18:07:53 UTC) #7
Sébastien Marchand
7 years, 1 month ago (2013-11-20 18:52:48 UTC) #8
Message was sent while issue was closed.
I've no idea why the minimal supported version is SP2. It looks like the
_USING_V110_SDK71_ is mainly used on altwinverapi.h to avoid to call
InitializeCriticalSectionEx (which is Vista+) in
_AtlInitializeCriticalSectionEx.

Another way to fix this would be to define NTDDI_VERSION to NTDDI_WINXPSP2 but
it'll break the delayloads apparently... So this approach lgtm and I'll go as
far as using the same approach in Syzygy :)

Powered by Google App Engine
This is Rietveld 408576698