Commit 5233af32 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Undo erroneous commit

parent f5a65159
......@@ -89,6 +89,7 @@ typedef void * module_handle_t;
typedef shl_t module_handle_t;
#endif
#if 0
/**
* Internal module descriptor
*/
......@@ -146,6 +147,7 @@ struct module_t
module_symbols_t *p_symbols;
#endif
};
#endif
#define module_InitBank(a) __module_InitBank(VLC_OBJECT(a))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment