diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-05-04 17:45:09 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-05-04 17:45:09 +0000 |
commit | 9041884990018a761f55ec19cfbd572ba5ecde42 (patch) | |
tree | c254e3a7af161e4fd4297963444df3b1d656cd58 /ExternalAPI/m_yamn.h | |
parent | dc925e46fa63b72fad2b927280f80dd00b24c3e8 (diff) |
Yamn:
x64 compilation fix
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@296 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'ExternalAPI/m_yamn.h')
-rw-r--r-- | ExternalAPI/m_yamn.h | 6 |
1 files changed, 1 insertions, 5 deletions
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);
};
//
|