Add missing namespace defines for newly added symbols.
This commit is contained in:
Родитель
6171687359
Коммит
bc48b54f71
|
@ -22,10 +22,10 @@ _*PLCrashReportHostArchitecture
|
|||
# PLCrashSignalHandler functions. These are currently exposed to simplify unit testing,
|
||||
# though the entirity of the current internal set of symbols will likely be exposed as unsupported
|
||||
# API in a future release.
|
||||
_plcrash_signal_handler
|
||||
_PLCrashSignalHandlerForward
|
||||
_*plcrash_signal_handler
|
||||
_*PLCrashSignalHandlerForward
|
||||
|
||||
# PLCrashMachExceptionServer functions. These are currently exposed to simplify unit testing,
|
||||
# though the entirity of the current internal set of symbols will likely be exposed as unsupported
|
||||
# API in a future release.
|
||||
_PLCrashMachExceptionForward
|
||||
_*PLCrashMachExceptionForward
|
||||
|
|
|
@ -66,5 +66,14 @@
|
|||
#define PLCrashReportHostOperatingSystem PLNS(PLCrashReportHostOperatingSystem)
|
||||
#define PLCrashReporterErrorDomain PLNS(PLCrashReporterErrorDomain)
|
||||
#define PLCrashReporterException PLNS(PLCrashReporterException)
|
||||
#define PLCrashHostInfo PLNS(PLCrashHostInfo)
|
||||
#define PLCrashMachExceptionPort PLNS(PLCrashMachExceptionPort)
|
||||
#define PLCrashMachExceptionPortSet PLNS(PLCrashMachExceptionPortSet)
|
||||
#define PLCrashProcessInfo PLNS(PLCrashProcessInfo)
|
||||
#define PLCrashReporterConfig PLNS(PLCrashReporterConfig)
|
||||
#define PLCrashUncaughtExceptionHandler PLNS(PLCrashUncaughtExceptionHandler)
|
||||
#define PLCrashMachExceptionForward PLNS(PLCrashMachExceptionForward)
|
||||
#define PLCrashSignalHandlerForward PLNS(PLCrashSignalHandlerForward)
|
||||
#define plcrash_signal_handler PLNS(plcrash_signal_handler)
|
||||
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче