diff options
Diffstat (limited to 'src/console')
-rw-r--r-- | src/console/ptyc_console_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/ptyc_console_alloc.c b/src/console/ptyc_console_alloc.c index 7beee15..a73e4de 100644 --- a/src/console/ptyc_console_alloc.c +++ b/src/console/ptyc_console_alloc.c @@ -30,7 +30,7 @@ struct ptyc_loop_thread_ctx { struct ptyc_driver_ctx_impl * ictx; }; -static int ptyc_loop_thread_entry(void * ctx) +static int __stdcall ptyc_loop_thread_entry(void * ctx) { struct ptyc_loop_thread_ctx * xctx; |