- except for DWORD, all homegrown integer types are gone - a handful were left where they represent genuine Windows types.
This commit is contained in:
parent
c008ddaf66
commit
d2beacfc5f
136 changed files with 770 additions and 774 deletions
|
|
@ -32,7 +32,7 @@
|
|||
namespace Timidity
|
||||
{
|
||||
|
||||
static int convert_envelope_rate(Renderer *song, BYTE rate)
|
||||
static int convert_envelope_rate(Renderer *song, uint8_t rate)
|
||||
{
|
||||
int r;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue