From 0f95cbb4a9f1c9a613dccb9d53f5ddb50a8cadd7 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 3 Jul 2012 19:23:06 +0000 Subject: AutoShutdown: code cleaning x64 compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@742 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AutoShutdown/shutdownsvc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/AutoShutdown/shutdownsvc.h') diff --git a/plugins/AutoShutdown/shutdownsvc.h b/plugins/AutoShutdown/shutdownsvc.h index 412db18ee6..639d02a7fa 100644 --- a/plugins/AutoShutdown/shutdownsvc.h +++ b/plugins/AutoShutdown/shutdownsvc.h @@ -20,9 +20,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Services */ -int ServiceShutdown(WPARAM wParam,LPARAM lParam); -int ServiceIsTypeEnabled(WPARAM wParam,LPARAM lParam); -int ServiceGetTypeDescription(WPARAM wParam,LPARAM lParam); +INT_PTR ServiceShutdown(WPARAM wParam,LPARAM lParam); +INT_PTR ServiceIsTypeEnabled(WPARAM wParam,LPARAM lParam); +INT_PTR ServiceGetTypeDescription(WPARAM wParam,LPARAM lParam); /* Misc */ void InitShutdownSvc(void); -- cgit v1.2.3