mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 23:25:46 -04:00
WIN32 macro -> _WIN32
This commit is contained in:
@ -30,7 +30,7 @@ protected:
|
||||
cubeb_stream* m_cubeb_stream = nullptr;
|
||||
bool m_paused = true;
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
bool m_com_initialized_by_us = false;
|
||||
#endif
|
||||
};
|
||||
|
Reference in New Issue
Block a user