mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:16:17 +00:00
[CRT]
Fix warnings svn path=/trunk/; revision=56360
This commit is contained in:
parent
8b5d4fe0e3
commit
820028e183
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ extern "C" {
|
||||||
|
|
||||||
#ifdef __REACTOS__
|
#ifdef __REACTOS__
|
||||||
#include "malloc.h"
|
#include "malloc.h"
|
||||||
|
struct _exception;
|
||||||
__declspec(dllimport) void __setusermatherr(int (__cdecl *)(struct _exception *));
|
__declspec(dllimport) void __setusermatherr(int (__cdecl *)(struct _exception *));
|
||||||
#define __mingw_fprintf fprintf
|
#define __mingw_fprintf fprintf
|
||||||
#define __mingw_vfprintf vfprintf
|
#define __mingw_vfprintf vfprintf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue