Skip to content

Commit

Permalink
addons, bugfix: compile error on Windfows.
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Oct 18, 2023
1 parent 6b0c582 commit 5e5da20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fibjs/include/addons/node_api_internal.h
Expand Up @@ -553,6 +553,7 @@ class ThreadPoolWork : private fibjs::AsyncEvent {

inline int CancelWork()
{
return -1;
}

virtual void invoke()
Expand Down

0 comments on commit 5e5da20

Please sign in to comment.