diff options
Diffstat (limited to 'src/or/ntmain.h')
-rw-r--r-- | src/or/ntmain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/ntmain.h b/src/or/ntmain.h index acd0e1d7eb..6d95a0987d 100644 --- a/src/or/ntmain.h +++ b/src/or/ntmain.h @@ -12,7 +12,7 @@ #ifndef _TOR_NTMAIN_H #define _TOR_NTMAIN_H -#ifdef MS_WINDOWS +#ifdef _WIN32 #if !defined (WINCE) #define NT_SERVICE #endif |