|
Planeshift
|
#import <mach/mach.h>#import <mach/message.h>#import <servers/bootstrap.h>#import <sys/types.h>#import <CoreServices/CoreServices.h>Go to the source code of this file.
Namespaces | |
| google_breakpad | |
Macros | |
| #define | PRINT_MACH_RESULT(result_, message_) printf(message_" %s (%d)\n", mach_error_string(result_), result_ ); |