summaryrefslogtreecommitdiff
path: root/include/newpluginapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/newpluginapi.h')
-rw-r--r--include/newpluginapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/newpluginapi.h b/include/newpluginapi.h
index b165a51cd8..97ef743701 100644
--- a/include/newpluginapi.h
+++ b/include/newpluginapi.h
@@ -129,7 +129,7 @@ struct PLUGININFOEX
/////////////////////////////////////////////////////////////////////////////////////////
// Miranda/System/LoadModule event
// called when a plugin is being loaded dynamically
-// wParam = PLUGININFOEX*
+// wParam = CMPluginBase*
// lParam = HINSTANCE of the loaded plugin
#define ME_SYSTEM_MODULELOAD "Miranda/System/LoadModule"
@@ -137,7 +137,7 @@ struct PLUGININFOEX
/////////////////////////////////////////////////////////////////////////////////////////
// Miranda/System/UnloadModule event
// called when a plugin is being unloaded dynamically
-// wParam = PLUGININFOEX*
+// wParam = CMPluginBase*
// lParam = HINSTANCE of the plugin to be unloaded
#define ME_SYSTEM_MODULEUNLOAD "Miranda/System/UnloadModule"