Cygwin preprocessor adjustments

This commit is contained in:
Yang Tse
2006-09-12 01:17:16 +00:00
parent 7c5745720a
commit 5a6c89661a
7 changed files with 7 additions and 7 deletions

View File

@@ -552,7 +552,7 @@ int main(int argc, char *argv[])
}
}
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
#if defined(WIN32) && !defined(__CYGWIN__)
win32_init();
atexit(win32_cleanup);
#else