We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff6fd5 commit 5628ab6Copy full SHA for 5628ab6
Source/Core/DolphinQt/MainWindow.cpp
@@ -26,7 +26,7 @@
26
#include "QtUtils/SignalDaemon.h"
27
#endif
28
29
-#ifndef WIN32
+#ifndef _WIN32
30
#include <qpa/qplatformnativeinterface.h>
31
32
@@ -106,7 +106,6 @@
106
107
#include "UICommon/UICommon.h"
108
109
-#include "VideoCommon/NetPlayChatUI.h"
110
#include "VideoCommon/VideoConfig.h"
111
112
#if defined(HAVE_XRANDR) && HAVE_XRANDR
@@ -1601,8 +1600,6 @@ void MainWindow::OnExportRecording()
1601
1600
1602
void MainWindow::OnActivateChat()
1603
{
1604
- if (g_netplay_chat_ui)
1605
- g_netplay_chat_ui->Activate();
1606
}
1607
1608
void MainWindow::ShowTASInput()
0 commit comments