diff options
Diffstat (limited to 'src/common.c')
-rw-r--r-- | src/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c index d10ce5f..642a89f 100644 --- a/src/common.c +++ b/src/common.c @@ -298,7 +298,7 @@ static void logfile_write( print_type_t type, const char *string ) { FS_Write( text, len, com_logFile ); } -#ifdef __unix__ +#ifndef _WIN32 /* ============= Com_FlushLogs |