diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2003-03-29 01:33:41 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2003-03-29 01:33:41 +0000 |
commit | 247808c13b9a843dba8d337e8c2080c396839876 (patch) | |
tree | 5f715118f2cb6c5fddec775aa7c0d2ff94966ee9 /winsup/w32api/include/winnt.h | |
parent | a7ab35c1bb8653a4887d5c258da1eec0d8b43b61 (diff) | |
download | cygnal-247808c13b9a843dba8d337e8c2080c396839876.tar.gz cygnal-247808c13b9a843dba8d337e8c2080c396839876.tar.bz2 cygnal-247808c13b9a843dba8d337e8c2080c396839876.zip |
2003-03-28 Bang Jun-Young <junyoung@netbsd.org>
* include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
Diffstat (limited to 'winsup/w32api/include/winnt.h')
-rw-r--r-- | winsup/w32api/include/winnt.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <poppack.h> #endif /* WINVER >= 0x0500 */ +typedef VOID (NTAPI *WAITORTIMERCALLBACKFUNC)(PVOID,BOOLEAN); #ifdef UNICODE typedef OSVERSIONINFOW OSVERSIONINFO,*POSVERSIONINFO,*LPOSVERSIONINFO; |