- fix the class name, vbox guest additions installer proceeds a bit further now
[reactos.git] / reactos / dll / directx / dsound / dxroslayer / dxros_layer.h
index ebb7582..4ab5a51 100644 (file)
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
- * ReactOS emulation layer betwin wine and windows api for directx 
+ * ReactOS emulation layer betwin wine and windows api for directx
  * This transform wine specfiy api to native reactos/windows api
- * wine have done some hack to geting dsound working. But does 
+ * wine have done some hack to geting dsound working. But does
  * hack does not work on windows or reactos. It need to warp thuse
- * api hack to true native api. 
+ * api hack to true native api.
  *
  * this include file really need to be clean up.
  *
@@ -25,7 +25,7 @@
 #ifdef __REACTOS__
 #include <mmsystem.h>
 
-// wine spec 
+// wine spec
 #define MAXWAVEDRIVERS 10
 #define MAXMIDIDRIVERS 10
 #define MAXAUXDRIVERS  10
@@ -55,8 +55,8 @@
 /* dxroslayers prototypes */
 void dxGetGuidFromString( char *in_str, GUID *guid );
 
-DWORD dxrosdrv_drv_querydsounddesc(int type, HWAVEOUT hwo_out,HWAVEIN  hwo_in, PDSDRIVERDESC pDESC);
+DWORD dxrosdrv_drv_querydsounddescss(int type, HWAVEOUT hwo_out,HWAVEIN  hwo_in, PDSDRIVERDESC pDESC);
 DWORD dxrosdrv_drv_querydsoundiface(HWAVEIN wDevID, PIDSDRIVER* drv);
 
-DWORD RosWineWineWaveOutMessage(HWAVEOUT  hwo, UINT , DWORD_PTR , DWORD_PTR );
-DWORD RosWineWineWaveInMessage(HWAVEIN  , UINT , DWORD_PTR , DWORD_PTR );
+DWORD RosWineWaveOutMessage(HWAVEOUT  hwo, UINT, DWORD_PTR, DWORD_PTR);
+DWORD RosWineWaveInMessage(HWAVEIN, UINT, DWORD_PTR, DWORD_PTR);