diff options
author | alfredoport <doyenatccny@gmail.com> | 2008-10-19 23:07:57 +0000 |
---|---|---|
committer | alfredoport <doyenatccny@gmail.com> | 2008-10-19 23:07:57 +0000 |
commit | 0bf31eb75faa6ef6efb77fb4c2512b99fc225f2a (patch) | |
tree | d86288b0e1833c583aa1977673bf8fbcdce579a6 /src/hyper | |
parent | b6b9e97cb3e3bf91953647d10b1125ffd1c01b0e (diff) | |
download | open-axiom-0bf31eb75faa6ef6efb77fb4c2512b99fc225f2a.tar.gz |
Replace __MINGW32__ declaration with __WIN32__
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 } |