Skip to content

Commit

Permalink
Avoid hanging Windows Service on Win2012
Browse files Browse the repository at this point in the history
  • Loading branch information
reznikmm committed Jun 4, 2018
1 parent 41e794f commit 96132ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matreshka/source/web/spikedog/daemon/service/services.ads
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ private
NO_ERROR : constant := 0;

type C_SERVICE_STATUS is record
dwServiceType : DWORD := SERVICE_USER_OWN_PROCESS;
dwServiceType : DWORD := SERVICE_WIN32_OWN_PROCESS;
dwCurrentState : DWORD := SERVICE_STOPPED;
dwControlsAccepted : DWORD := SERVICE_ACCEPT_STOP;
dwWin32ExitCode : DWORD := NO_ERROR;
Expand Down

0 comments on commit 96132ae

Please sign in to comment.