[CMIDRIVER] Try to fix build 3

This commit is contained in:
Timo Kreuzer 2019-06-25 09:04:59 +02:00
parent f37fb1f7f8
commit dc0cd07d21
2 changed files with 8 additions and 7 deletions

View file

@ -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

View file

@ -6,11 +6,4 @@
#include "debug.hpp"
PVOID
__cdecl
operator new(
size_t size,
POOL_TYPE pool_type,
ULONG tag);
#endif /* _CMIDRIVER_PCH_ */