Skip to content

Commit

Permalink
Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Dec 3, 2023
1 parent 8068fa0 commit 4899168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_bidirectional_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ int generic_handler(const char *path, const char *types, lo_arg ** argv,
}

#ifdef HAVE_WIN32_THREADS
unsigned __attribute__((stdcall)) sendthread(void *arg)
unsigned __stdcall sendthread(void *arg)
#else
void *sendthread(void *arg)
#endif
Expand Down

0 comments on commit 4899168

Please sign in to comment.