On 13/01/2014 19:25, Tomoki Sekiyama wrote:
OpenEvent and CreateEvent WinAPI return NULL when failed to open/create events handles, instead of INVALID_HANDLE_VALUE (although their return types are HANDLE). This replaces INVALID_HANDLE_VALUE related to event handles with NULL.Signed-off-by: Tomoki Sekiyama <tomoki.sekiy...@hds.com>
Reviewed-by: Gal Hammer <gham...@redhat.com> Gal.