Author: tkreuzer Date: Wed Nov 10 22:43:46 2010 New Revision: 49553
URL: http://svn.reactos.org/svn/reactos?rev=49553&view=rev Log: [MSVCRT] Don't export linux stuff from our precious MSVCRT [MINGW] Bring back _matherr()
Modified: branches/cmake-bringup/dll/win32/msvcrt/msvcrt.spec branches/cmake-bringup/lib/3rdparty/mingw/merr.c
Modified: branches/cmake-bringup/dll/win32/msvcrt/msvcrt.spec URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/msvcrt/m... ============================================================================== --- branches/cmake-bringup/dll/win32/msvcrt/msvcrt.spec [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/msvcrt/msvcrt.spec [iso-8859-1] Wed Nov 10 22:43:46 2010 @@ -599,7 +599,6 @@ @ cdecl _makepath(ptr str str str str) @ cdecl _makepath_s(ptr long str str str str) # stub _malloc_dbg -@ cdecl _matherr(ptr) @ cdecl _mbbtombc(long) # stub _mbbtombc_l @ cdecl _mbbtype(long long)
Modified: branches/cmake-bringup/lib/3rdparty/mingw/merr.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/3rdparty/mingw... ============================================================================== --- branches/cmake-bringup/lib/3rdparty/mingw/merr.c [iso-8859-1] (original) +++ branches/cmake-bringup/lib/3rdparty/mingw/merr.c [iso-8859-1] Wed Nov 10 22:43:46 2010 @@ -10,7 +10,6 @@
int __defaultmatherr = 0;
-#if 0 int __CRTDECL _matherr (struct _exception *pexcept) { @@ -51,5 +50,3 @@ type, pexcept->name, pexcept->arg1, pexcept->arg2, pexcept->retval); return 0; } - -#endif