diff options
Diffstat (limited to 'src/hyper')
-rw-r--r-- | src/hyper/ex2ht.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyper/ex2ht.c b/src/hyper/ex2ht.c index b88d42ec..b59e505e 100644 --- a/src/hyper/ex2ht.c +++ b/src/hyper/ex2ht.c @@ -87,7 +87,7 @@ static void closeCoverFile(void) { fclose(coverFile); -#ifndef __MINGW32__ /* FIXME! */ +#ifndef __WIN32__ /* FIXME! */ utimes("coverex.ht",latest_date); #endif } |