| Index: compat/mac/servers/bootstrap.h
|
| diff --git a/package.h b/compat/mac/servers/bootstrap.h
|
| similarity index 52%
|
| copy from package.h
|
| copy to compat/mac/servers/bootstrap.h
|
| index 13603852edbb4f44ae5128c816cf75787b44bfaf..fc3c11c502223224cbbe68b7737821f2c0928f99 100644
|
| --- a/package.h
|
| +++ b/compat/mac/servers/bootstrap.h
|
| @@ -12,18 +12,17 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#ifndef CRASHPAD_PACKAGE_H_
|
| -#define CRASHPAD_PACKAGE_H_
|
| +#ifndef CRASHPAD_COMPAT_MAC_SERVERS_BOOTSTRAP_H_
|
| +#define CRASHPAD_COMPAT_MAC_SERVERS_BOOTSTRAP_H_
|
|
|
| -#define PACKAGE_BUGREPORT "https://code.google.com/p/crashpad/issues/entry"
|
| -#define PACKAGE_COPYRIGHT \
|
| - "Copyright " PACKAGE_COPYRIGHT_YEAR " " PACKAGE_COPYRIGHT_OWNER
|
| -#define PACKAGE_COPYRIGHT_OWNER "The Crashpad Authors"
|
| -#define PACKAGE_COPYRIGHT_YEAR "2014"
|
| -#define PACKAGE_NAME "Crashpad"
|
| -#define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
|
| -#define PACKAGE_TARNAME "crashpad"
|
| -#define PACKAGE_VERSION "0.6.0"
|
| -#define PACKAGE_URL "https://crashpad.googlecode.com/"
|
| +#include_next <servers/bootstrap.h>
|
|
|
| -#endif // CRASHPAD_PACKAGE_H_
|
| +// <servers/bootstrap.h>
|
| +
|
| +// 10.6 SDK
|
| +
|
| +#ifndef BOOTSTRAP_NO_CHILDREN
|
| +#define BOOTSTRAP_NO_CHILDREN 1106
|
| +#endif
|
| +
|
| +#endif // CRASHPAD_COMPAT_MAC_SERVERS_BOOTSTRAP_H_
|
|
|