Author: tkreuzer Date: Wed Jul 21 03:22:27 2010 New Revision: 48158
URL: http://svn.reactos.org/svn/reactos?rev=48158&view=rev Log: [MINGW] Remove broken _fmode declaration
Modified: trunk/reactos/lib/3rdparty/mingw/crtexe.c
Modified: trunk/reactos/lib/3rdparty/mingw/crtexe.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/mingw/crtexe.c... ============================================================================== --- trunk/reactos/lib/3rdparty/mingw/crtexe.c [iso-8859-1] (original) +++ trunk/reactos/lib/3rdparty/mingw/crtexe.c [iso-8859-1] Wed Jul 21 03:22:27 2010 @@ -46,8 +46,6 @@ extern int * __MINGW_IMP_SYMBOL(_fmode); extern int * __MINGW_IMP_SYMBOL(_commode);
-#undef _fmode -extern int _fmode; extern int * __MINGW_IMP_SYMBOL(_commode); #define _commode (* __MINGW_IMP_SYMBOL(_commode)) extern int _dowildcard;