summaryrefslogtreecommitdiffhomepage
path: root/src/console/ptyc_console_reader.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/ptyc_console_reader.c')
-rw-r--r--src/console/ptyc_console_reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/ptyc_console_reader.c b/src/console/ptyc_console_reader.c
index 0ce4900..75547b5 100644
--- a/src/console/ptyc_console_reader.c
+++ b/src/console/ptyc_console_reader.c
@@ -114,7 +114,7 @@ static size_t ptyc_translate_event(
return 0;
}
-int ptyc_console_reader(struct ptyc_driver_ctx_impl * ictx)
+int __stdcall ptyc_console_reader(struct ptyc_driver_ctx_impl * ictx)
{
int32_t status;
void * hwait;