Apply a hack to msvcrt spec file to avoid duplicate definition of atexit. Mingw-w64 has an identical hack.

svn path=/trunk/; revision=50270
This commit is contained in:
Timo Kreuzer 2011-01-02 21:17:03 +00:00
parent 0f4c9e54a4
commit 1cd9389032

View file

@ -1156,7 +1156,7 @@
@ cdecl asin(double)
@ cdecl atan(double)
@ cdecl atan2(double double)
@ cdecl atexit(ptr)
@ extern atexit # mingw hack
@ cdecl atof(str)
@ cdecl atoi(str)
@ cdecl atol(str)