Hello! I wrote a module for VLC a while back that's been running wonderfully. However I'm not trying to build the module for 1.1.7 and the module will not load. Here is some code I've been using to test, it's just a dummy module: #include <vlc_common.h> #include <vlc_plugin.h> #define MODULE_STRING ...