mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
Warning fixes.
This commit is contained in:
parent
c08b948f46
commit
c7bebba198
@ -200,7 +200,9 @@ static void WINAPI DSOUND_Mix3DBuffer(IDirectSound3DBufferImpl *ds3db)
|
|||||||
D3DVALUE flAngle;
|
D3DVALUE flAngle;
|
||||||
D3DVECTOR vLeft;
|
D3DVECTOR vLeft;
|
||||||
/* doppler shift related stuff */
|
/* doppler shift related stuff */
|
||||||
|
#if 0
|
||||||
D3DVALUE flFreq, flBufferVel, flListenerVel;
|
D3DVALUE flFreq, flBufferVel, flListenerVel;
|
||||||
|
#endif
|
||||||
|
|
||||||
if (ds3db->dsb->dsound->listener == NULL)
|
if (ds3db->dsb->dsound->listener == NULL)
|
||||||
return;
|
return;
|
||||||
|
@ -50,11 +50,13 @@ static VERSION_DESC sWineLook[] = {
|
|||||||
{"", ""}
|
{"", ""}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#if 0
|
||||||
static VERSION_DESC sWineDrivers[] = {
|
static VERSION_DESC sWineDrivers[] = {
|
||||||
{"x11drv", "X11 Interface"},
|
{"x11drv", "X11 Interface"},
|
||||||
{"ttydrv", "TTY Interface"},
|
{"ttydrv", "TTY Interface"},
|
||||||
{"", ""}
|
{"", ""}
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
static DLL_DESC sDLLType[] = {
|
static DLL_DESC sDLLType[] = {
|
||||||
{"oleaut32", DLL_BUILTIN},
|
{"oleaut32", DLL_BUILTIN},
|
||||||
|
Loading…
Reference in New Issue
Block a user