|
Change |
Effect |
| 1 |
Field farcurrentvalue has been added at the middle position of this structural type. |
1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
| 2 |
Field farcurtempo has been added at the middle position of this structural type. |
1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
| 3 |
Field farretrigcount has been added at the middle position of this structural type. |
1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
| 4 |
Field fartempobend has been added at the middle position of this structural type. |
1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
| 5 |
Field fartoneportarunning has been added at the middle position of this structural type. |
1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
| 6 |
Field fartoneportaspeed has been added at the middle position of this structural type. |
1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
| 7 |
Field newnote has been added at the middle position of this structural type. |
1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
| 8 |
Type of field newsamp has been changed from UWORD (2 bytes) to UBYTE (1 byte). |
1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
Player_Free ( MODULE* mf )
Field 'mf.control' in 1st parameter 'mf' (pointer) has base type 'struct MP_CONTROL'.
Player_GetModule ( )
Field 'retval.control' in the return value (pointer) has base type 'struct MP_CONTROL'.
Player_Load ( CHAR const* filename, int maxchan, BOOL curious )
Field 'retval.control' in the return value (pointer) has base type 'struct MP_CONTROL'.
Player_LoadFP ( FILE* fp, int maxchan, BOOL curious )
Field 'retval.control' in the return value (pointer) has base type 'struct MP_CONTROL'.
Player_LoadGeneric ( MREADER* reader, int maxchan, BOOL curious )
Field 'retval.control' in the return value (pointer) has base type 'struct MP_CONTROL'.
Player_LoadMem ( char const* buffer, int len, int maxchan, BOOL curious )
Field 'retval.control' in the return value (pointer) has base type 'struct MP_CONTROL'.
Player_Start ( MODULE* mod )
Field 'mod.control' in 1st parameter 'mod' (pointer) has base type 'struct MP_CONTROL'.