changed RegisterPluginCallback return from BOOL to int to support a more detailed return value
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5879 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a821a3ee5e
commit
6ade56370b
3 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
#ifdef NSIS_CONFIG_PLUGIN_SUPPORT
|
||||
|
||||
extern BOOL NSISCALL RegisterPluginCallback(HMODULE pluginHandle, NSISPLUGINCALLBACK proc);
|
||||
extern int NSISCALL RegisterPluginCallback(HMODULE pluginHandle, NSISPLUGINCALLBACK proc);
|
||||
|
||||
extern void NSISCALL Plugins_SendMsgToAllPlugins(int msg);
|
||||
extern void NSISCALL Plugins_UnloadAll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue