Merge pull request #4324 from FernetMenta/wasapi
[vuplus_xbmc] / lib / timidity / exports.def
1 # Version script for use with GNU linkers
2 XBMC
3 {
4         global:
5                 DLL_Init;
6                 DLL_LoadMID;
7                 DLL_FreeMID;
8                 DLL_FillBuffer;
9                 DLL_GetLength;
10                 DLL_Cleanup;
11                 DLL_ErrorMsg;
12                 DLL_Seek;
13
14         local:
15                 *;
16 };
17