From 9041884990018a761f55ec19cfbd572ba5ecde42 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Fri, 4 May 2012 17:45:09 +0000 Subject: Yamn: x64 compilation fix git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@296 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- ExternalAPI/m_yamn.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ExternalAPI/m_yamn.h') diff --git a/ExternalAPI/m_yamn.h b/ExternalAPI/m_yamn.h index 921fcfb..7eebf75 100644 --- a/ExternalAPI/m_yamn.h +++ b/ExternalAPI/m_yamn.h @@ -7,10 +7,6 @@ //================================== VARIABLES STRUCT ======================================== // -#ifndef MIRANDASERVICE -typedef int (*MIRANDASERVICE)(WPARAM,LPARAM); -#endif - typedef struct CYAMNVariables { #define YAMN_VARIABLESVERSION 3 @@ -33,7 +29,7 @@ struct CExportedFunctions struct CExportedServices { char* ID; - int (* Ptr)(WPARAM,LPARAM); + INT_PTR (* Ptr)(WPARAM,LPARAM); }; // -- cgit v1.2.3