diff options
author | rpj <rpj> | 2004-06-22 06:12:54 +0000 |
---|---|---|
committer | rpj <rpj> | 2004-06-22 06:12:54 +0000 |
commit | cf236808ad018ce10123321fab0917550e181aa2 (patch) | |
tree | ea0b63b989688fb6205675424a7d1626166a3c35 /implement.h | |
parent | d5c1ab47d8cb1e11feae5719e44972015e284516 (diff) |
Add PTHREAD_{RECURSIVE,ERRORCHECK}_MUTEX_INITIALIZER{,_NP}snap-2004-06-22
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/implement.h b/implement.h index ac5bed4..4ce91cd 100644 --- a/implement.h +++ b/implement.h @@ -45,8 +45,8 @@ /* * In case windows.h doesn't define it (e.g. WinCE perhaps) */ -#ifndef PAPCFUNC -# define PAPCFUNC (void CALLBACK (*)(DWORD)) +#ifdef WINCE +typedef VOID (APIENTRY *PAPCFUNC)(DWORD dwParam); #endif /* |