Author: tkreuzer Date: Sun Nov 21 12:29:35 2010 New Revision: 49682
URL: http://svn.reactos.org/svn/reactos?rev=49682&view=rev Log: [MINGW] Remove alloca_probe_16 stub
Modified: branches/cmake-bringup/lib/3rdparty/mingw/mscmain.c
Modified: branches/cmake-bringup/lib/3rdparty/mingw/mscmain.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/3rdparty/mingw... ============================================================================== --- branches/cmake-bringup/lib/3rdparty/mingw/mscmain.c [iso-8859-1] (original) +++ branches/cmake-bringup/lib/3rdparty/mingw/mscmain.c [iso-8859-1] Sun Nov 21 12:29:35 2010 @@ -8,12 +8,6 @@ #include <stdlib.h>
int _fltused; - -void -_cdecl -_alloca_probe_16(void) -{ -}
void __do_global_dtors (void)