aboutsummaryrefslogtreecommitdiff
path: root/Src/external_dependencies/openmpt-trunk/build/wine/wine_wrapper.spec
blob: 7a4da66515e7a67c8bcdfca031be2cdfbc4d51ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
@ cdecl OpenMPT_Wine_Wrapper_Init ( )
@ cdecl OpenMPT_Wine_Wrapper_Fini ( )
@ cdecl OpenMPT_Wine_Wrapper_Alloc ( long )
@ cdecl OpenMPT_Wine_Wrapper_Free ( ptr )
@ cdecl OpenMPT_Wine_Wrapper_String_Length ( str )
@ cdecl OpenMPT_Wine_Wrapper_String_Duplicate ( str )
@ cdecl OpenMPT_Wine_Wrapper_String_Free ( str )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_EnumerateDevices ( )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_Construct ( str )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_Destruct ( ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_SetMessageReceiver ( ptr ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_SetCallback ( ptr ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetDeviceInfo ( ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetDeviceCaps ( ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetDeviceDynamicCaps ( ptr str )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_Init ( ptr str )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_Open ( ptr str )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_Close ( ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_Start ( ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_Stop ( ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetRequestFlags ( ptr ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_IsInited ( ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_IsOpen ( ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_IsAvailable ( ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_IsPlaying ( ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_IsPlayingSilence ( ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_StopAndAvoidPlayingSilence ( ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_EndPlayingSilence ( ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_OnIdle ( ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetSettings ( ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetActualSampleFormat ( ptr ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetEffectiveBufferAttributes ( ptr ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetTimeInfo ( ptr ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetStreamPosition ( ptr ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_DebugIsFragileDevice ( ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_DebugInRealtimeCallback ( ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetStatistics ( ptr )
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_OpenDriverSettings ( ptr )