[MSVCRT]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 2 Jan 2011 21:17:03 +0000 (21:17 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 2 Jan 2011 21:17:03 +0000 (21:17 +0000)
Apply a hack to msvcrt spec file to avoid duplicate definition of atexit. Mingw-w64 has an identical hack.

svn path=/trunk/; revision=50270

reactos/dll/win32/msvcrt/msvcrt.spec

index 7d62627..acea86c 100644 (file)
 @ 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)