refs #282 changes to get xbus to compile on Linux

This commit is contained in:
Mathew Sutcliffe
2014-07-04 00:09:44 +01:00
parent b5097a0e63
commit c00324ef12
2 changed files with 22 additions and 4 deletions

10
src/xbus/xbus.map Normal file
View File

@@ -0,0 +1,10 @@
{
global:
XPluginStart;
XPluginStop;
XPluginEnable;
XPluginDisable;
XPluginReceiveMessage;
local:
*;
};