forked from olcxjas-softworks/LarpixClient
update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
4
electron/node_modules/node-gyp/src/win_delay_load_hook.cc
generated
vendored
4
electron/node_modules/node-gyp/src/win_delay_load_hook.cc
generated
vendored
|
|
@ -28,7 +28,9 @@ static FARPROC WINAPI load_exe_hook(unsigned int event, DelayLoadInfo* info) {
|
|||
if (_stricmp(info->szDll, HOST_BINARY) != 0)
|
||||
return NULL;
|
||||
|
||||
m = GetModuleHandle(NULL);
|
||||
// try for libnode.dll to compat node.js that using 'vcbuild.bat dll'
|
||||
m = GetModuleHandle(TEXT("libnode.dll"));
|
||||
if (m == NULL) m = GetModuleHandle(NULL);
|
||||
return (FARPROC) m;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue