diff options
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 /* |