https://git.reactos.org/?p=reactos.git;a=commitdiff;h=dc0cd07d21d744b645c53…
commit dc0cd07d21d744b645c53191e45c9cac3361429e
Author: Timo Kreuzer <timo.kreuzer(a)reactos.org>
AuthorDate: Tue Jun 25 09:04:59 2019 +0200
Commit: Timo Kreuzer <timo.kreuzer(a)reactos.org>
CommitDate: Tue Jun 25 09:11:01 2019 +0200
[CMIDRIVER] Try to fix build 3
---
drivers/wdm/audio/drivers/CMIDriver/common.hpp | 8 ++++++++
drivers/wdm/audio/drivers/CMIDriver/precomp.h | 7 -------
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/drivers/wdm/audio/drivers/CMIDriver/common.hpp
b/drivers/wdm/audio/drivers/CMIDriver/common.hpp
index 2701f147855..cc965602140 100644
--- a/drivers/wdm/audio/drivers/CMIDriver/common.hpp
+++ b/drivers/wdm/audio/drivers/CMIDriver/common.hpp
@@ -38,6 +38,14 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#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
diff --git a/drivers/wdm/audio/drivers/CMIDriver/precomp.h
b/drivers/wdm/audio/drivers/CMIDriver/precomp.h
index 21599bca7b6..57b4be66e24 100644
--- a/drivers/wdm/audio/drivers/CMIDriver/precomp.h
+++ b/drivers/wdm/audio/drivers/CMIDriver/precomp.h
@@ -6,11 +6,4 @@
#include "debug.hpp"
-PVOID
-__cdecl
-operator new(
- size_t size,
- POOL_TYPE pool_type,
- ULONG tag);
-
#endif /* _CMIDRIVER_PCH_ */