mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 17:23:53 +00:00
mscvrt: Fix include to be C++ compatible.
This commit is contained in:
parent
ac51088a70
commit
5c7ed28ff3
@ -88,8 +88,8 @@ int __cdecl _CrtCheckMemory(void);
|
|||||||
int __cdecl _CrtDbgReport(int reportType, const char *filename, int linenumber,
|
int __cdecl _CrtDbgReport(int reportType, const char *filename, int linenumber,
|
||||||
const char *moduleName, const char *format, ...);
|
const char *moduleName, const char *format, ...);
|
||||||
int __cdecl _CrtDumpMemoryLeaks(void);
|
int __cdecl _CrtDumpMemoryLeaks(void);
|
||||||
int __cdecl _CrtSetBreakAlloc(int new);
|
int __cdecl _CrtSetBreakAlloc(int);
|
||||||
int __cdecl _CrtSetDbgFlag(int new);
|
int __cdecl _CrtSetDbgFlag(int);
|
||||||
void *__cdecl _CrtSetDumpClient(void *dumpClient);
|
void *__cdecl _CrtSetDumpClient(void *dumpClient);
|
||||||
int __cdecl _CrtSetReportMode(int reportType, int reportMode);
|
int __cdecl _CrtSetReportMode(int reportType, int reportMode);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user