Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1315)

Unified Diff: compat/mac/AvailabilityMacros.h

Issue 1305893010: Don’t trigger EXC_CORPSE_NOTIFY on OS X 10.11 (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review feedback Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/simulate_crash_mac_test.cc ('k') | compat/mac/mach/mach.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compat/mac/AvailabilityMacros.h
diff --git a/compat/mac/AvailabilityMacros.h b/compat/mac/AvailabilityMacros.h
index c8e16d74ef77b1d59b760ff616f165ef719dbac2..decaeb51015dfff43e1490c23b620086d8041c92 100644
--- a/compat/mac/AvailabilityMacros.h
+++ b/compat/mac/AvailabilityMacros.h
@@ -41,4 +41,10 @@
#define MAC_OS_X_VERSION_10_10 101000
#endif
+// 10.11 SDK
+
+#ifndef MAC_OS_X_VERSION_10_11
+#define MAC_OS_X_VERSION_10_11 101100
+#endif
+
#endif // CRASHPAD_COMPAT_MAC_AVAILABILITYMACROS_H_
« no previous file with comments | « client/simulate_crash_mac_test.cc ('k') | compat/mac/mach/mach.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698