mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[CMIDRIVER] Try to fix build 3
This commit is contained in:
parent
f37fb1f7f8
commit
dc0cd07d21
2 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -6,11 +6,4 @@
|
|||
|
||||
#include "debug.hpp"
|
||||
|
||||
PVOID
|
||||
__cdecl
|
||||
operator new(
|
||||
size_t size,
|
||||
POOL_TYPE pool_type,
|
||||
ULONG tag);
|
||||
|
||||
#endif /* _CMIDRIVER_PCH_ */
|
||||
|
|
Loading…
Reference in a new issue