24 #ifndef __LLUF_CRASH_REPORTER_H__
25 #define __LLUF_CRASH_REPORTER_H__
28 #if defined(lluf_crash_reporter_EXPORTS)
29 #define LLUF_CRASH_REPORTER_EXPORT __declspec(dllexport)
31 #define LLUF_CRASH_REPORTER_EXPORT __declspec(dllimport)
32 #pragma comment(lib , "lluf_crash_reporter.lib")
35 #define LLUF_CRASH_REPORTER_EXPORT
63 typedef void (*DumpCallback)(
const char*
const dumpPath);
70 static void RegisterCallback(
const DumpCallback callback);
Definition: Utilities/CrashReporter.h:43
#define LLUF_CRASH_REPORTER_EXPORT
Definition: Utilities/CrashReporter.h:35