summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
authorrpj <rpj>2004-06-22 06:12:54 +0000
committerrpj <rpj>2004-06-22 06:12:54 +0000
commitcf236808ad018ce10123321fab0917550e181aa2 (patch)
treeea0b63b989688fb6205675424a7d1626166a3c35 /implement.h
parentd5c1ab47d8cb1e11feae5719e44972015e284516 (diff)
Add PTHREAD_{RECURSIVE,ERRORCHECK}_MUTEX_INITIALIZER{,_NP}snap-2004-06-22
Diffstat (limited to 'implement.h')
-rw-r--r--implement.h4
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
/*