Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: nojebar <[email protected]>
  • Loading branch information
nojb committed Feb 11, 2023
1 parent e9f83e9 commit 9b0c34d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/fswatch_win/fswatch_win_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -512,4 +512,8 @@ value fswatch_win_add(value v_fsenv, value v_path) {
caml_invalid_argument("fswatch_win_add: not implemented");
}

value fswatch_win_shutdown(value v_fsenv) {
caml_invalid_argument("fswatch_win_shutdown: not implemented");
}

#endif

0 comments on commit 9b0c34d

Please sign in to comment.