jfclere commented on code in PR #238: URL: https://github.com/apache/commons-daemon/pull/238#discussion_r2073170497
########## src/native/windows/apps/prunsrv/prunsrv.c: ########## @@ -42,6 +42,9 @@ #define STDOUT_FILENO 1 #define STDERR_FILENO 2 #define ONE_MINUTE (60 * 1000) +#define ONE_MINUTE_SEC 60 +#define TIMEFORSERVICEMANAGER 15 Review Comment: Oops I forgot to remove those unused defines. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org