diff options
Diffstat (limited to 'plugins/Ping/src/options.cpp')
-rw-r--r-- | plugins/Ping/src/options.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Ping/src/options.cpp b/plugins/Ping/src/options.cpp index ad5d93ee68..467bd008bb 100644 --- a/plugins/Ping/src/options.cpp +++ b/plugins/Ping/src/options.cpp @@ -1,4 +1,4 @@ -#include "common.h"
+#include "stdafx.h"
PingOptions options;
@@ -164,7 +164,7 @@ PINGLIST temp_list; PINGADDRESS add_edit_addr;
// host edit
-INT_PTR CALLBACK DlgProcDestEdit(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) {
+INT_PTR CALLBACK DlgProcDestEdit(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM) {
switch (msg) {
case WM_INITDIALOG:
TranslateDialogDefault(hwndDlg);
|