| Change | Effect |
---|
1 | Type of 9th parameter dst_x has been changed from int (4 bytes) to double (8 bytes). | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
2 | Type of 10th parameter dst_y has been changed from int (4 bytes) to double (8 bytes). | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
3 | Type of 5th parameter src_x has been changed from int (4 bytes) to double (8 bytes). | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
4 | Type of 6th parameter src_y has been changed from int (4 bytes) to double (8 bytes). | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |