Author: tkreuzer
Date: Sun Jan 2 21:17:03 2011
New Revision: 50270
URL:
http://svn.reactos.org/svn/reactos?rev=50270&view=rev
Log:
[MSVCRT]
Apply a hack to msvcrt spec file to avoid duplicate definition of atexit. Mingw-w64 has an
identical hack.
Modified:
trunk/reactos/dll/win32/msvcrt/msvcrt.spec
Modified: trunk/reactos/dll/win32/msvcrt/msvcrt.spec
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msvcrt/msvcrt.sp…
==============================================================================
--- trunk/reactos/dll/win32/msvcrt/msvcrt.spec [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msvcrt/msvcrt.spec [iso-8859-1] Sun Jan 2 21:17:03 2011
@@ -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)