* debug.h (WaitForMultipleObjects): Correct typo.
This commit is contained in:
parent
2389d0af46
commit
245e4e8734
|
@ -1,3 +1,7 @@
|
|||
2002-08-03 Conrad Scott <conrad.scott@dsl.pipex.com>
|
||||
|
||||
* debug.h (WaitForMultipleObjects): Correct typo.
|
||||
|
||||
2002-08-01 Pierre Humblet <Pierre.Humblet@ieee.org>
|
||||
|
||||
* security.cc (verify_token): Do not reject a token just because
|
||||
|
|
|
@ -23,7 +23,7 @@ DWORD __stdcall WFMO (DWORD, CONST HANDLE *, BOOL, DWORD) __attribute__ ((regpar
|
|||
}
|
||||
|
||||
#define WaitForSingleObject WFSO
|
||||
#define WaitForMultipleObject WFMO
|
||||
#define WaitForMultipleObjects WFMO
|
||||
|
||||
#if !defined(_DEBUG_H_)
|
||||
#define _DEBUG_H_
|
||||
|
|
Loading…
Reference in New Issue