- Basic Mac support: Everything compiles but does not yet link.
SVN r1780 (trunk)
This commit is contained in:
parent
3f003e06db
commit
33a397c04b
27 changed files with 216 additions and 72 deletions
|
|
@ -435,8 +435,8 @@ static void Parse_wlnk(DLS_Data *data, RIFF_Chunk *chunk, DLS_Region *region)
|
|||
WAVELINK *wlnk = (WAVELINK *)chunk->data;
|
||||
wlnk->fusOptions = LittleShort(wlnk->fusOptions);
|
||||
wlnk->usPhaseGroup = LittleShort(wlnk->usPhaseGroup);
|
||||
wlnk->ulChannel = LittleShort(wlnk->ulChannel);
|
||||
wlnk->ulTableIndex = LittleShort(wlnk->ulTableIndex);
|
||||
wlnk->ulChannel = LittleLong((unsigned int)wlnk->ulChannel);
|
||||
wlnk->ulTableIndex = LittleLong((unsigned int)wlnk->ulTableIndex);
|
||||
region->wlnk = wlnk;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue