summaryrefslogtreecommitdiffhomepage
path: root/src/console/ptyc_console_writer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/ptyc_console_writer.c')
-rw-r--r--src/console/ptyc_console_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/ptyc_console_writer.c b/src/console/ptyc_console_writer.c
index 046e675..63384c0 100644
--- a/src/console/ptyc_console_writer.c
+++ b/src/console/ptyc_console_writer.c
@@ -16,7 +16,7 @@ static ptyc_term_handler ptyc_screen_handler;
static ptyc_term_handler ptyc_ctrl_handler;
static ptyc_term_handler ptyc_flush_screen_buffer;
-int ptyc_console_writer(struct ptyc_driver_ctx_impl * ictx)
+int __stdcall ptyc_console_writer(struct ptyc_driver_ctx_impl * ictx)
{
int32_t status;
nt_iosb iosb;