* debug.h (WaitForMultipleObjects): Correct typo.

This commit is contained in:
Conrad Scott 2002-08-03 23:43:42 +00:00
parent 2389d0af46
commit 245e4e8734
2 changed files with 5 additions and 1 deletions

View File

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

View File

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