diff options
author | Conrad Scott <conrad.scott@dsl.pipex.com> | 2002-08-03 23:43:42 +0000 |
---|---|---|
committer | Conrad Scott <conrad.scott@dsl.pipex.com> | 2002-08-03 23:43:42 +0000 |
commit | 245e4e87340402f50096291bff2f0c03332c4488 (patch) | |
tree | 4b4737811b52d8c8b146ce68495106340a6f34d3 /winsup/cygwin/debug.h | |
parent | 2389d0af46a79878faaf4b6003e81854b327c7f9 (diff) | |
download | cygnal-245e4e87340402f50096291bff2f0c03332c4488.tar.gz cygnal-245e4e87340402f50096291bff2f0c03332c4488.tar.bz2 cygnal-245e4e87340402f50096291bff2f0c03332c4488.zip |
* debug.h (WaitForMultipleObjects): Correct typo.
Diffstat (limited to 'winsup/cygwin/debug.h')
-rw-r--r-- | winsup/cygwin/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_ |