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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/or/ntmain.h b/src/or/ntmain.h
index d3027936cd..eb55a296f6 100644
--- a/src/or/ntmain.h
+++ b/src/or/ntmain.h
@@ -1,7 +1,7 @@
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
- * Copyright (c) 2007-2013, The Tor Project, Inc. */
+ * Copyright (c) 2007-2015, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
@@ -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);