Author: tkreuzer Date: Wed Apr 18 15:30:36 2012 New Revision: 56360
URL: http://svn.reactos.org/svn/reactos?rev=56360&view=rev Log: [CRT] Fix warnings
Modified: trunk/reactos/lib/sdk/crt/include/internal/mingw-w64/internal.h
Modified: trunk/reactos/lib/sdk/crt/include/internal/mingw-w64/internal.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/include/interna... ============================================================================== --- trunk/reactos/lib/sdk/crt/include/internal/mingw-w64/internal.h [iso-8859-1] (original) +++ trunk/reactos/lib/sdk/crt/include/internal/mingw-w64/internal.h [iso-8859-1] Wed Apr 18 15:30:36 2012 @@ -18,6 +18,7 @@
#ifdef __REACTOS__ #include "malloc.h" +struct _exception; __declspec(dllimport) void __setusermatherr(int (__cdecl *)(struct _exception *)); #define __mingw_fprintf fprintf #define __mingw_vfprintf vfprintf