2003-03-28 Bang Jun-Young <junyoung@netbsd.org>

* include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
This commit is contained in:
Danny Smith 2003-03-29 01:33:41 +00:00
parent a7ab35c1bb
commit 247808c13b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-03-28 Bang Jun-Young <junyoung@netbsd.org>
* include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
2003-03-27 Danny Smith <dannysmith@users.sourceforge.net>
* include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],

View File

@ -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;