diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-01-14 12:42:41 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-14 12:42:41 -0500 |
commit | c2dc94d8ebcd5fdd1076abb41ff0ecee6c092f4f (patch) | |
tree | 8806c17bfc9af54185570382ea629853dd801c15 /src/app/main/ntmain.h | |
parent | dec11793ba2fdaeb975e1566b68846431fb85110 (diff) | |
parent | b6f099672b90cb606d89bfcb0cae01ea49e46b9c (diff) | |
download | tor-c2dc94d8ebcd5fdd1076abb41ff0ecee6c092f4f.tar.gz tor-c2dc94d8ebcd5fdd1076abb41ff0ecee6c092f4f.zip |
Merge branch 'ticket32883'
Diffstat (limited to 'src/app/main/ntmain.h')
-rw-r--r-- | src/app/main/ntmain.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/main/ntmain.h b/src/app/main/ntmain.h index 7a03c0de71..c2d6e23da7 100644 --- a/src/app/main/ntmain.h +++ b/src/app/main/ntmain.h @@ -22,7 +22,8 @@ int nt_service_is_stopping(void); void nt_service_set_state(DWORD state); #else #define nt_service_is_stopping() 0 +#define nt_service_parse_options(a, b, c) (0) +#define nt_service_set_state(s) STMT_NIL #endif /* defined(NT_SERVICE) */ #endif /* !defined(TOR_NTMAIN_H) */ - |