search for: hstopcompletedevent

Displaying 1 result from an estimated 1 matches for "hstopcompletedevent".

2006 Dec 07
0
Fwd: win32-service problems with patch
...in32/service.c 25 Nov 2006 16:58:41 -0000 1.67 +++ lib/win32/service.c 7 Dec 2006 13:28:27 -0000 @@ -14,6 +14,7 @@ static VALUE cDaemonError; static VALUE v_service_struct, v_service_status_struct; +static HANDLE hThread; static HANDLE hStartEvent; static HANDLE hStopEvent; static HANDLE hStopCompletedEvent; @@ -21,12 +22,6 @@ static DWORD dwServiceState; static TCHAR error[1024]; -static VALUE EventHookHash; -static VALUE thread_group; -static int cAdd; -static int cList; -static int cSize; - CRITICAL_SECTION csControlCode; // I happen to know from looking in the header file // that 0 is...