mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
fixed typo in phplug.h
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4187 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -147,7 +147,7 @@ typedef enum _PH_PLUGIN_CALLBACK
|
||||
PluginCallbackLoad = 0, // [main thread]
|
||||
PluginCallbackUnload = 1, // [main thread]
|
||||
PluginCallbackShowOptions = 2, // HWND ParentWindowHandle [main thread]
|
||||
PluginCallbackMenuItem = 3, // PPH_PLUGIN_MENU_ITEM MenuItem [main thread]
|
||||
PluginCallbackMenuItem = 3, // PPH_PLUGIN_MENU_ITEM MenuItem [main/properties thread]
|
||||
|
||||
PluginCallbackMaximum
|
||||
} PH_PLUGIN_CALLBACK, *PPH_PLUGIN_CALLBACK;
|
||||
|
||||
Reference in New Issue
Block a user