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

win: work around __pfnDliNotifyHook2 type change #952

Merged
merged 1 commit into from
Jun 13, 2016

Commits on Jun 13, 2016

  1. win: work around __pfnDliNotifyHook2 type change

    Visual Studio 2015 Update 3 defines __pfnDliNotifyHook2 as const.
    The decltype specifier makes the declaration work across all supported
    versions of VS. It also requires that the source be compiled as C++.
    
    Fixes: nodejs#949
    
    PR-URL: nodejs#952
    Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
    orangemocha committed Jun 13, 2016
    Configuration menu
    Copy the full SHA
    fc4a8cc View commit details
    Browse the repository at this point in the history