Skip to content

Commit

Permalink
Support for electron 32
Browse files Browse the repository at this point in the history
fixed linkage error for multiple function definitions.

refs nodejs#973
  • Loading branch information
toshiyuki-rs committed Sep 24, 2024
1 parent f2f7303 commit 6c6e8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nan_callbacks_12_inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ typedef v8::Intercepted (*NativePropertySetter)(
, const v8::PropertyCallbackInfo<void> &);

#else

static
void PropertyGetterCallbackWrapper(
v8::Local<v8::Name> property
, const v8::PropertyCallbackInfo<v8::Value> &info) {
Expand Down

0 comments on commit 6c6e8aa

Please sign in to comment.