changeset 579:cea01bd2e0a7

Thread functions should use the API/DWSIGNAL calling conventions.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 17 Apr 2005 11:39:25 +0000
parents e4c5b03c7ce8
children d7c338ac926a
files os2/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/os2/dw.c	Wed Mar 23 09:26:36 2005 +0000
+++ b/os2/dw.c	Sun Apr 17 11:39:25 2005 +0000
@@ -8340,7 +8340,7 @@
 {
 	HAB thishab = WinInitialize(0);
 	HMQ thishmq = WinCreateMsgQueue(dwhab, 0);
-	void (*threadfunc)(void *) = NULL;
+	void (* API threadfunc)(void *) = NULL;
 	void **tmp = (void **)data;
 
 	threadfunc = (void (*)(void *))tmp[0];