From 6c6e8aa4165384a1bf944c7ebc0f7cca5ced7bf0 Mon Sep 17 00:00:00 2001 From: Toshiyuki Ogawa Date: Wed, 25 Sep 2024 06:44:16 +0900 Subject: [PATCH] Support for electron 32 fixed linkage error for multiple function definitions. refs #973 --- nan_callbacks_12_inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nan_callbacks_12_inl.h b/nan_callbacks_12_inl.h index 86fcd5e1..ffe27781 100644 --- a/nan_callbacks_12_inl.h +++ b/nan_callbacks_12_inl.h @@ -297,7 +297,7 @@ typedef v8::Intercepted (*NativePropertySetter)( , const v8::PropertyCallbackInfo &); #else - +static void PropertyGetterCallbackWrapper( v8::Local property , const v8::PropertyCallbackInfo &info) {