* debug.h (WaitForMultipleObjects): Correct typo.
This commit is contained in:
@ -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_
|
||||
|
Reference in New Issue
Block a user