mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
#elif -> #else
This commit is contained in:
parent
b803e1cc78
commit
fe4038ab3c
@ -216,7 +216,7 @@ static BOOL32 CDAUDIO_GetTracksInfo(WINE_CDAUDIO* wcda)
|
||||
#ifdef linux
|
||||
wcda->lpbTrackFlags[i] =
|
||||
(entry.cdte_adr << 4) | (entry.cdte_ctrl & 0x0f);
|
||||
#elif
|
||||
#else
|
||||
wcda->lpbTrackFlags[i] =
|
||||
(toc_buffer.addr_type << 4) | (toc_buffer.control & 0x0f);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user