aboutsummaryrefslogtreecommitdiff
path: root/src/or/ntmain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/ntmain.h')
-rw-r--r--src/or/ntmain.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/ntmain.h b/src/or/ntmain.h
index d3027936c..d09a413ae 100644
--- a/src/or/ntmain.h
+++ b/src/or/ntmain.h
@@ -13,10 +13,8 @@
#define TOR_NTMAIN_H
#ifdef _WIN32
-#if !defined (WINCE)
#define NT_SERVICE
#endif
-#endif
#ifdef NT_SERVICE
int nt_service_parse_options(int argc, char **argv, int *should_exit);