#elif -> #else

This commit is contained in:
Alexandre Julliard 1998-12-24 14:26:41 +00:00
parent b803e1cc78
commit fe4038ab3c
1 changed files with 1 additions and 1 deletions

View File

@ -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