From 0bf31eb75faa6ef6efb77fb4c2512b99fc225f2a Mon Sep 17 00:00:00 2001 From: alfredoport Date: Sun, 19 Oct 2008 23:07:57 +0000 Subject: Replace __MINGW32__ declaration with __WIN32__ --- src/hyper/ex2ht.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hyper') 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 } -- cgit v1.2.3