Author: akhaldi
Date: Thu Oct 23 18:07:43 2014
New Revision: 64932
URL:
http://svn.reactos.org/svn/reactos?rev=64932&view=rev
Log:
[DSOUND]
* ProjectVector is used in commented out code.
Modified:
trunk/reactos/dll/directx/wine/dsound/sound3d.c
Modified: trunk/reactos/dll/directx/wine/dsound/sound3d.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/directx/wine/dsound/so…
==============================================================================
--- trunk/reactos/dll/directx/wine/dsound/sound3d.c [iso-8859-1] (original)
+++ trunk/reactos/dll/directx/wine/dsound/sound3d.c [iso-8859-1] Thu Oct 23 18:07:43 2014
@@ -121,6 +121,7 @@
return c;
}
+#ifndef __REACTOS__
/* calculates the length of vector's projection on another vector */
static inline D3DVALUE ProjectVector (const D3DVECTOR *a, const D3DVECTOR *p)
{
@@ -131,6 +132,7 @@
p->y, p->z, result);
return result;
}
+#endif
/*******************************************************************************
* 3D Buffer and Listener mixing