#define _CrtDbgBreak() ((void)0)
#endif
+#ifdef __cplusplus
+extern "C" {
+#endif
+
extern int _crtAssertBusy;
extern int _crtBreakAlloc;
extern int _crtDbgFlag;
void *_CrtSetDumpClient(void *dumpClient);
int _CrtSetReportMode(int reportType, int reportMode);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* _DEBUG */
#define _CrtDoForAllClientObjects(f,c) ((void)0)
#define NSIG (SIGABRT + 1)
+#ifdef __cplusplus
+extern "C" {
+#endif
+
typedef void (*__sighandler_t)(int);
#define SIG_DFL ((__sighandler_t)0)
__sighandler_t signal(int sig, __sighandler_t func);
int raise(int sig);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* _WINE_SIGNAL_H */