From 820028e1830c7218cf2847163aeea356e8448c9a Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 18 Apr 2012 15:30:36 +0000 Subject: [PATCH] [CRT] Fix warnings svn path=/trunk/; revision=56360 --- reactos/lib/sdk/crt/include/internal/mingw-w64/internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/lib/sdk/crt/include/internal/mingw-w64/internal.h b/reactos/lib/sdk/crt/include/internal/mingw-w64/internal.h index f3f9c18e006..5983a7cab51 100644 --- a/reactos/lib/sdk/crt/include/internal/mingw-w64/internal.h +++ b/reactos/lib/sdk/crt/include/internal/mingw-w64/internal.h @@ -18,6 +18,7 @@ extern "C" { #ifdef __REACTOS__ #include "malloc.h" +struct _exception; __declspec(dllimport) void __setusermatherr(int (__cdecl *)(struct _exception *)); #define __mingw_fprintf fprintf #define __mingw_vfprintf vfprintf