diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 9c613d28d1..ec8dd3a5dc 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4377,8 +4377,10 @@ void networkstatus_free_all(void); /********************************* ntmain.c ***************************/ #ifdef MS_WINDOWS +#if !defined (WINCE) #define NT_SERVICE #endif +#endif #ifdef NT_SERVICE int nt_service_parse_options(int argc, char **argv, int *should_exit); |