From: Iain Patterson Date: Sun, 2 Mar 2014 11:48:56 +0000 (+0000) Subject: Correct CloseHandle() call. X-Git-Tag: v2.22~7 X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=4e9901855cc3d6da15edca76ba199267bf1017b1;hp=4e9901855cc3d6da15edca76ba199267bf1017b1;p=nssm.git Correct CloseHandle() call. Closing a service handle is done with CloseHandle() not CloseServiceHandle(). ---