* include/winbase.h (AddVectoredExceptionHandler): Only define if
_WIN32_WINNT >= 0x0501.
This commit is contained in:
parent
99439385c6
commit
5df75951a5
|
@ -1,3 +1,8 @@
|
|||
2003-10-08 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/winbase.h (AddVectoredExceptionHandler): Only define if
|
||||
_WIN32_WINNT >= 0x0501.
|
||||
|
||||
2003-10-07 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||
|
||||
* include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
|
||||
|
|
|
@ -1061,7 +1061,7 @@ BOOL WINAPI AddAuditAccessAce(PACL,DWORD,DWORD,PSID,BOOL,BOOL);
|
|||
#if (_WIN32_WINNT >= 0x0501)
|
||||
void WINAPI AddRefActCtx(HANDLE);
|
||||
#endif
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
#if (_WIN32_WINNT >= 0x0501)
|
||||
PVOID WINAPI AddVectoredExceptionHandler(ULONG,PVECTORED_EXCEPTION_HANDLER);
|
||||
#endif
|
||||
BOOL WINAPI AdjustTokenGroups(HANDLE,BOOL,PTOKEN_GROUPS,DWORD,PTOKEN_GROUPS,PDWORD);
|
||||
|
|
Loading…
Reference in New Issue