From bdf69f6310f09c90c20512ebe9dfa73ec524da59 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 7 Sep 2012 15:37:01 +0000 Subject: -minor signature fixes -fixed path to precompiled headers git-svn-id: http://svn.miranda-ng.org/main/trunk@1545 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp') diff --git a/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp b/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp index dca52f1685..f43b5fe9c6 100644 --- a/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp +++ b/plugins/UserInfoEx/src/ex_import/svc_ExImXML.cpp @@ -27,7 +27,7 @@ Last change by : $Author: ing.u.horn $ =============================================================================== */ -#include "commonheaders.h" +#include "..\commonheaders.h" #define XMLCARD_VERSION "1.1" @@ -38,7 +38,7 @@ Last change by : $Author: ing.u.horn $ #include "classExImContactXML.h" #include "svc_ExImport.h" -LRESULT CALLBACK DlgProc_DataHistory(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam) +INT_PTR CALLBACK DlgProc_DataHistory(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam) { switch (msg) { @@ -112,7 +112,7 @@ INT CFileXml::Export(lpExImParam ExImContact, LPCSTR pszFileName) result = (DWORD)DialogBox(ghInst, MAKEINTRESOURCE(IDD_EXPORT_DATAHISTORY), - NULL, (DLGPROC)DlgProc_DataHistory); + NULL, DlgProc_DataHistory); if (LOWORD(result) != IDOK) { return 0; -- cgit v1.2.3