diff options
Diffstat (limited to 'ExternalAPI')
-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);
};
//
|