summaryrefslogtreecommitdiffhomepage
path: root/src/debug/ptyc_dbg_raw.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-07-13 02:17:01 -0400
committermidipix <writeonce@midipix.org>2016-07-21 03:47:27 -0400
commit5399d490f74045133a0aeb1bd619c5fee8221c8a (patch)
tree36668796422f5fc5d7c615c5d5460189efa1c4b7 /src/debug/ptyc_dbg_raw.c
parent029664574763aa7725e490b2754aa00e74d8fdce (diff)
downloadptycon-5399d490f74045133a0aeb1bd619c5fee8221c8a.tar.bz2
ptycon-5399d490f74045133a0aeb1bd619c5fee8221c8a.tar.xz
threaded loop, debug threads: fix linkage of entry points (for i686/nt32).
Diffstat (limited to 'src/debug/ptyc_dbg_raw.c')
-rw-r--r--src/debug/ptyc_dbg_raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/ptyc_dbg_raw.c b/src/debug/ptyc_dbg_raw.c
index 8804ca6..0e5814f 100644
--- a/src/debug/ptyc_dbg_raw.c
+++ b/src/debug/ptyc_dbg_raw.c
@@ -12,7 +12,7 @@
#include <ptycon/ptycon.h>
#include "ptycon_driver_impl.h"
-int ptyc_dbg_raw(struct ptyc_driver_ctx_impl * ictx)
+int __stdcall ptyc_dbg_raw(struct ptyc_driver_ctx_impl * ictx)
{
(void)ictx;
return ntapi->tt_wait_for_dummy_event();