Skip to content

Commit 6d9ec2d

Browse files
committed
Support multiple child process, non-threaded mode, max 63 child processes. Output error info to console.
1 parent dc48b41 commit 6d9ec2d

5 files changed

Lines changed: 599 additions & 413 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
cmake_minimum_required (VERSION 2.6)
2+
project (daemon)
3+
add_definitions(-DNDEBUG -D_UNICODE -DUNICODE -D"_WIN32_WINNT=0x0501" )
4+
add_executable(daemon daemon.cpp ntservice.c bsd_getopt.c)

0 commit comments

Comments
 (0)