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.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/console/ptyc_console_alloc.c b/src/console/ptyc_console_alloc.c
index 16fb139..b1fee77 100644
--- a/src/console/ptyc_console_alloc.c
+++ b/src/console/ptyc_console_alloc.c
@@ -13,16 +13,16 @@
#include "ptycon_driver_impl.h"
#include "ptycon_status_impl.h"
-int ptyc_console_ctrl(uint32_t);
+int __stdcall ptyc_console_ctrl(uint32_t);
-int ptyc_console_reader(void *);
-int ptyc_console_writer(void *);;
-int ptyc_console_poller(void *);
+int __stdcall ptyc_console_reader(void *);
+int __stdcall ptyc_console_writer(void *);;
+int __stdcall ptyc_console_poller(void *);
-int ptyc_dbg_cat(struct ptyc_driver_ctx *);
-int ptyc_dbg_event(void *);
-int ptyc_dbg_oven(void *);
-int ptyc_dbg_raw(void *);
+int __stdcall ptyc_dbg_cat(struct ptyc_driver_ctx *);
+int __stdcall ptyc_dbg_event(void *);
+int __stdcall ptyc_dbg_oven(void *);
+int __stdcall ptyc_dbg_raw(void *);
struct ptyc_loop_thread_ctx {