summaryrefslogtreecommitdiff
path: root/create.c
diff options
context:
space:
mode:
Diffstat (limited to 'create.c')
-rw-r--r--create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/create.c b/create.c
index 48d0984..1079f07 100644
--- a/create.c
+++ b/create.c
@@ -161,7 +161,7 @@ pthread_create (pthread_t * tid,
thread->threadH = threadH = (HANDLE)
_beginthread (
- (void (*) (void *)) _pthread_threadStart,
+ (void (PT_STDCALL *) (void *)) _pthread_threadStart,
(unsigned) stackSize, /* default stack size */
parms);