mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 13:05:45 -04:00
WIN32 macro -> _WIN32
This commit is contained in:
@ -359,7 +359,7 @@ void DebuggerWindow::closeEvent(QCloseEvent* event)
|
||||
|
||||
void DebuggerWindow::setupAdditionalUi()
|
||||
{
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
QFont fixedFont;
|
||||
fixedFont.setFamily(QStringLiteral("Consolas"));
|
||||
fixedFont.setFixedPitch(true);
|
||||
|
Reference in New Issue
Block a user