[MSIEXEC] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / win32ss / reactx / dxapi / main.c
index b50f3c7..6285a87 100644 (file)
@@ -3,7 +3,7 @@
  * COPYRIGHT:        See COPYING in the top level directory
  * PROJECT:          ReactOS kernel
  * PURPOSE:          Native driver for dxg implementation
- * FILE:             drivers/directx/dxg/main.c
+ * FILE:             win32ss/reactx/dxapi/main.c
  * PROGRAMER:        Magnus olsen (magnus@greatlord.com)
  * REVISION HISTORY:
  *       15/10-2007   Magnus Olsen
@@ -41,7 +41,7 @@ DriverEntry(IN PVOID Context1,
 *--*/
 ULONG
 NTAPI
-DxApiGetVersion()
+DxApiGetVersion(VOID)
 {
     /* MSDN say this always return Direct Sound version 4.02 */
     return 0x402;