[CMIDRIVER] Try to fix build 3
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 25 Jun 2019 07:04:59 +0000 (09:04 +0200)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 25 Jun 2019 07:11:01 +0000 (09:11 +0200)
drivers/wdm/audio/drivers/CMIDriver/common.hpp
drivers/wdm/audio/drivers/CMIDriver/precomp.h

index 2701f14..cc96560 100644 (file)
@@ -38,6 +38,14 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include "debug.hpp"
 #include "cmireg.hpp"
 
 #include "debug.hpp"
 #include "cmireg.hpp"
 
+
+PVOID
+__cdecl
+operator new(
+    size_t size,
+    POOL_TYPE pool_type,
+    ULONG tag);
+
 class CCMIAdapter : public ICMIAdapter,
                     public IAdapterPowerManagement,
                     public CUnknown
 class CCMIAdapter : public ICMIAdapter,
                     public IAdapterPowerManagement,
                     public CUnknown
index 21599bc..57b4be6 100644 (file)
@@ -6,11 +6,4 @@
 
 #include "debug.hpp"
 
 
 #include "debug.hpp"
 
-PVOID
-__cdecl
-operator new(
-    size_t size,
-    POOL_TYPE pool_type,
-    ULONG tag);
-
 #endif /* _CMIDRIVER_PCH_ */
 #endif /* _CMIDRIVER_PCH_ */