New issue
Advanced search Search tips

Issue 612313 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: May 2017
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

__pfnDliNotifyHook2 #ifdef should be removed once moving to VS 2015 Update 3

Project Member Reported by brucedaw...@chromium.org, May 16 2016

Issue description

VS 2015 Update 3 pre-release adds const to __pfnDliNotifyHook2 and __pfnDliFailureHook2. This requires a #if while we support both Update 2 and Update 3 pre-release. Once we switch permanently the #if should be removed.
 
Status: Fixed (was: Assigned)
This was fixed when we stopped supporting Windows XP and deleted the problematic delay load code. It turns out that this was fixed (incidentally) just seven days after being reported. This CL deleted the relevant file, chrome\app\delay_load_hook_win.cc.

https://codereview.chromium.org/2008643002

Sign in to add a comment