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 37e1c61..c017b61 100644
--- a/create.c
+++ b/create.c
@@ -108,7 +108,7 @@ pthread_create (pthread_t * tid,
_beginthreadex (
(void *) NULL, /* No security info */
(unsigned) stackSize, /* default stack size */
- (unsigned (__stdcall *) (void *)) _pthread_threadStart,
+ (unsigned (PT_STDCALL *) (void *)) _pthread_threadStart,
parms,
(unsigned) run ? 0 : CREATE_SUSPENDED,
(unsigned *) &(thread->thread));