summaryrefslogtreecommitdiff
path: root/src/app/main/ntmain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/main/ntmain.h')
-rw-r--r--src/app/main/ntmain.h3
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) */
-