2003-03-28 Bang Jun-Young <junyoung@netbsd.org>
* include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
This commit is contained in:
parent
a7ab35c1bb
commit
247808c13b
|
@ -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],
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue