Building with iPhoneOS SDK fails because it also has BytePtr defined
in /usr/include/MacTypes.h:
typedef UInt8 * BytePtr;
Building with iPhoneOS SDK fails because it also has BytePtr defined
in /usr/include/MacTypes.h:
typedef UInt8 * BytePtr;
Building with iPhoneOS SDK fails because it also has `BytePtr` defined
in /usr/include/MacTypes.h.
-BEGIN VERIFY SCRIPT-
sed -i 's/BytePtr/AsBytePtr/' $(git grep -l "BytePtr" src)
-END VERIFY SCRIPT-
@MarcoFalke @sipa feedback is welcomed.
cr ACK bae4561938f66b31420ffc3f09c9a62932355b8c
Code review ACK bae4561938f66b31420ffc3f09c9a62932355b8c Besides working around the MacOS problem it simply is a better name, imo.
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--174a7506f384e20aa4161008e828411d-->
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
Approach ACK bae4561938f66b31420ffc3f09c9a62932355b8c
utACK bae4561938f66b31420ffc3f09c9a62932355b8c