Add missing namespace defines for newly added symbols.

This commit is contained in:
Landon Fuller 2013-08-30 16:26:52 -04:00
Родитель 6171687359
Коммит bc48b54f71
2 изменённых файлов: 12 добавлений и 3 удалений

Просмотреть файл

@ -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