Warning fixes.

This commit is contained in:
Alexandre Julliard 2003-04-04 22:13:02 +00:00
parent c08b948f46
commit c7bebba198
2 changed files with 5 additions and 1 deletions

View File

@ -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;

View File

@ -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},