mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 10:25:45 -04:00
CDROM: Implement get version and getstat commands
This commit is contained in:
@ -88,7 +88,7 @@ struct BitField
|
||||
|
||||
BitField& operator|=(DataType rhs)
|
||||
{
|
||||
SetValue(GetValue() & rhs);
|
||||
SetValue(GetValue() | rhs);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user