From 5c32a2be61a50e091b114c957c04373aacf2f43e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 11 Dec 2022 15:39:56 +0300 Subject: YAMN: option "Display menu item" removed due to Options -> Customize -> Menus editor --- plugins/ExternalAPI/m_protoplugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_protoplugin.h b/plugins/ExternalAPI/m_protoplugin.h index 70e8c29937..1d6eccee84 100644 --- a/plugins/ExternalAPI/m_protoplugin.h +++ b/plugins/ExternalAPI/m_protoplugin.h @@ -15,7 +15,7 @@ struct CheckParam //Your plugin should use this definition #define YAMN_CHECKVERSION 2 //Version of this structure. Please verify your version in your plugin - DWORD Ver; + int Ver; //Event that new Check thread must set to signal calling thread that "I've copied all parameters from stack" //IMPORTANT!!!: Although version #defined in your plugin is not the same, your plugin MUST signal this event //in any way. YAMN is waiting for this event. If you do not signal it, YAMN is blocked. @@ -26,7 +26,7 @@ struct CheckParam //I thought it, but this is needed, too #define YAMN_NORMALCHECK 0 #define YAMN_FORCECHECK 1 - DWORD Flags; + int Flags; //YAMN writes here some informations that are needed to pass to mail browser function (or bad connection) void *BrowserParam; -- cgit v1.2.3