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/debug/ptyc_dbg_oven.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug/ptyc_dbg_oven.c') diff --git a/src/debug/ptyc_dbg_oven.c b/src/debug/ptyc_dbg_oven.c index 393076d..7357f57 100644 --- a/src/debug/ptyc_dbg_oven.c +++ b/src/debug/ptyc_dbg_oven.c @@ -12,7 +12,7 @@ #include #include "ptycon_driver_impl.h" -int ptyc_dbg_oven(struct ptyc_driver_ctx_impl * ictx) +int __stdcall ptyc_dbg_oven(struct ptyc_driver_ctx_impl * ictx) { (void)ictx; return ntapi->tt_wait_for_dummy_event(); -- cgit v1.2.3