From 245e4e87340402f50096291bff2f0c03332c4488 Mon Sep 17 00:00:00 2001 From: Conrad Scott Date: Sat, 3 Aug 2002 23:43:42 +0000 Subject: * debug.h (WaitForMultipleObjects): Correct typo. --- winsup/cygwin/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/debug.h') diff --git a/winsup/cygwin/debug.h b/winsup/cygwin/debug.h index 90b202543..56c922d60 100644 --- a/winsup/cygwin/debug.h +++ b/winsup/cygwin/debug.h @@ -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_ -- cgit v1.2.3