modulemanager: Always load a platform-specific module, add stub modules for Windows and unknown platforms

This commit is contained in:
Kim Alvefur 2014-01-26 21:16:24 +01:00
parent 4896e7ca7e
commit f73e31b9c2
3 changed files with 9 additions and 1 deletions

4
plugins/mod_unknown.lua Normal file
View file

@ -0,0 +1,4 @@
-- Unknown platform stub
module:set_global();
-- TODO Do things that make sense if we don't know about the platform