From 5399d490f74045133a0aeb1bd619c5fee8221c8a Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 13 Jul 2016 02:17:01 -0400 Subject: threaded loop, debug threads: fix linkage of entry points (for i686/nt32). --- src/console/ptyc_console_writer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/console/ptyc_console_writer.c') 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; -- cgit v1.2.3