Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated win_delay_load_hook.c to work with [email protected] #5089

Merged
merged 1 commit into from
Jul 11, 2016

Conversation

shihrer
Copy link

@shihrer shihrer commented Jul 8, 2016

Made the modifications I talked about in issue #5088 .

Changed PfnDliHook __pfnDliNotifyHook2 = load_exe_hook; to decltype(__pfnDliNotifyHook2) __pfnDliNotifyHook2 = load_exe_hook; so it'll work with the new VS build tools on Windows.

Also added the header guard.

e: Quick edit, here's the PR from node-gyp discussing the change:

nodejs/node-gyp#952

@rogerwang rogerwang merged commit e410c99 into nwjs:nw16 Jul 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants