Decide how to handle application exit.
[nssm.git] / service.h
index 250eb10..4f80a60 100644 (file)
--- a/service.h
+++ b/service.h
@@ -1,6 +1,8 @@
 #ifndef SERVICE_H\r
 #define SERVICE_H\r
 \r
+#define ACTION_LEN 16\r
+\r
 void WINAPI service_main(unsigned long, char **);\r
 unsigned long WINAPI service_control_handler(unsigned long, unsigned long, void *, void *);\r
 \r