summaryrefslogtreecommitdiffhomepage
path: root/src/console/ptyc_console_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/ptyc_console_alloc.c')
-rw-r--r--src/console/ptyc_console_alloc.c2
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;