- Fix building of cmidriver
[reactos.git] / reactos / drivers / wdm / audio / drivers / CMIDriver / adapter.hpp
index c457dc7..4f86166 100644 (file)
@@ -38,7 +38,7 @@ const ULONG MAX_MINIPORTS = 3;
 const ULONG MAX_MINIPORTS = 2;
 #endif
 
-extern NTSTATUS CreateMiniportWaveCMI
+extern HRESULT NTAPI CreateMiniportWaveCMI
 (
     OUT     PUNKNOWN *  Unknown,
     IN      REFCLSID,
@@ -46,7 +46,7 @@ extern NTSTATUS CreateMiniportWaveCMI
     IN      POOL_TYPE   PoolType
 );
 
-extern NTSTATUS CreateMiniportTopologyCMI
+extern HRESULT NTAPI CreateMiniportTopologyCMI
 (
     OUT     PUNKNOWN *  Unknown,
     IN      REFCLSID,