Skip to content

Commit

Permalink
win: enable delay-load hook by default
Browse files Browse the repository at this point in the history
Enables the following commit by default:
52ceec3

See also:
nodejs/node@3bda6cb

PR-URL: #708
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
Fishrock123 authored and rvagg committed Sep 5, 2015
1 parent 85ed107 commit bbedb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon.gypi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
'target_defaults': {
'type': 'loadable_module',
'win_delay_load_hook': 'false',
'win_delay_load_hook': 'true',
'product_prefix': '',

'include_dirs': [
Expand Down

0 comments on commit bbedb88

Please sign in to comment.