From 247808c13b9a843dba8d337e8c2080c396839876 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Sat, 29 Mar 2003 01:33:41 +0000 Subject: 2003-03-28 Bang Jun-Young * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef. --- winsup/w32api/include/winnt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/w32api/include/winnt.h') diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h index e47dc6def..db1f36f6e 100644 --- a/winsup/w32api/include/winnt.h +++ b/winsup/w32api/include/winnt.h @@ -2982,6 +2982,7 @@ typedef struct _ADMINISTRATOR_POWER_POLICY { #include #endif /* WINVER >= 0x0500 */ +typedef VOID (NTAPI *WAITORTIMERCALLBACKFUNC)(PVOID,BOOLEAN); #ifdef UNICODE typedef OSVERSIONINFOW OSVERSIONINFO,*POSVERSIONINFO,*LPOSVERSIONINFO; -- cgit v1.2.3