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,8 +200,10 @@ static void WINAPI DSOUND_Mix3DBuffer(IDirectSound3DBufferImpl *ds3db)
D3DVALUE flAngle;
D3DVECTOR vLeft;
/* doppler shift related stuff */
#if 0
D3DVALUE flFreq, flBufferVel, flListenerVel;
#endif
if (ds3db->dsb->dsound->listener == NULL)
return;
dsl = ds3db->dsb->dsound->listener;

View File

@ -50,11 +50,13 @@ static VERSION_DESC sWineLook[] = {
{"", ""}
};
#if 0
static VERSION_DESC sWineDrivers[] = {
{"x11drv", "X11 Interface"},
{"ttydrv", "TTY Interface"},
{"", ""}
};
#endif
static DLL_DESC sDLLType[] = {
{"oleaut32", DLL_BUILTIN},