Skip to content

Commit d73edcf

Browse files
committed
Fix signature of watch_thread
Signed-off-by: nojebar <[email protected]>
1 parent 523e606 commit d73edcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fswatch_win/fswatch_win_stubs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ static void read_changes(struct wenv *wenv) {
215215
FILE_NOTIFY_CONDITIONS, NULL, wenv->overlapped, NULL);
216216
}
217217

218-
static DWORD watch_thread(LPVOID param) {
218+
static DWORD WINAPI watch_thread(LPVOID param) {
219219
struct fsenv *fsenv = param;
220220
struct wenv *wenv;
221221
DWORD num_bytes;

0 commit comments

Comments
 (0)