| 383 | } |
| 384 | |
| 385 | static UINT_PTR NSISPluginCallback(enum NSPIM event) { |
| 386 | // Does nothing, but keeping a callback registered prevents NSIS from unloading the plugin |
| 387 | return 0; |
| 388 | } |
| 389 | |
| 390 | PLUGIN_METHOD(DialogInit) { |
| 391 | PLUGIN_INIT(); |
nothing calls this directly
no outgoing calls
no test coverage detected