Rename cancelable_wait -> cygwait throughout.
* DevNotes: Add entry cgf-000015. * cygwait.h (cygwait): Don't allow an optional PLARGE_INTERGER argument.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
LARGE_INTEGER cw_nowait_storage;
|
||||
|
||||
DWORD
|
||||
cancelable_wait (HANDLE object, PLARGE_INTEGER timeout, unsigned mask)
|
||||
cygwait (HANDLE object, PLARGE_INTEGER timeout, unsigned mask)
|
||||
{
|
||||
DWORD res;
|
||||
DWORD num = 0;
|
||||
|
Reference in New Issue
Block a user