summaryrefslogtreecommitdiffhomepage
path: root/src/console/ptyc_console_ctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/ptyc_console_ctrl.c')
-rw-r--r--src/console/ptyc_console_ctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/ptyc_console_ctrl.c b/src/console/ptyc_console_ctrl.c
index d20ef12..68e1da7 100644
--- a/src/console/ptyc_console_ctrl.c
+++ b/src/console/ptyc_console_ctrl.c
@@ -12,7 +12,7 @@
#include <ptycon/ptycon.h>
#include "ptycon_driver_impl.h"
-int ptyc_console_ctrl(uint32_t type)
+int __stdcall ptyc_console_ctrl(uint32_t type)
{
return type;
}