windows call plugins init on win32 plat
Signed-off-by: Andy Green <andy@warmcat.com>
This commit is contained in:
parent
264786db4d
commit
5c27334b39
1 changed files with 5 additions and 0 deletions
|
@ -608,5 +608,10 @@ lws_plat_init(struct lws_context *context,
|
|||
context->fops.read = _lws_plat_file_read;
|
||||
context->fops.write = _lws_plat_file_write;
|
||||
|
||||
#ifdef LWS_WITH_PLUGINS
|
||||
if (info->plugin_dirs)
|
||||
lws_plat_plugins_init(context, info->plugin_dirs);
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue