summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats/src/dlgconfigure.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryStats/src/dlgconfigure.cpp')
-rw-r--r--plugins/HistoryStats/src/dlgconfigure.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistoryStats/src/dlgconfigure.cpp b/plugins/HistoryStats/src/dlgconfigure.cpp
index 7edc52c919..63e21d6c3c 100644
--- a/plugins/HistoryStats/src/dlgconfigure.cpp
+++ b/plugins/HistoryStats/src/dlgconfigure.cpp
@@ -1,4 +1,4 @@
-#include "_globals.h"
+#include "stdafx.h"
#include "dlgconfigure.h"
#include "main.h"
@@ -76,7 +76,7 @@ INT_PTR CALLBACK DlgConfigure::staticConfigureProc(HWND hDlg, UINT msg, WPARAM w
return FALSE;
}
-int DlgConfigure::staticEventPreShutdown(WPARAM wParam, LPARAM lParam)
+int DlgConfigure::staticEventPreShutdown(WPARAM, LPARAM)
{
if (IsWindow(m_hCfgWnd)) {
DestroyWindow(m_hCfgWnd);