mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[HIDPARSE]
* Do not include debug.h into the main header. CORE-7716 svn path=/trunk/; revision=61494
This commit is contained in:
parent
498a39835d
commit
127d03729b
2 changed files with 3 additions and 2 deletions
|
@ -10,6 +10,9 @@
|
|||
|
||||
#include "hidparse.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
PVOID
|
||||
NTAPI
|
||||
AllocFunction(
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
#include <ntddk.h>
|
||||
#include <hidpddi.h>
|
||||
#include <hidpi.h>
|
||||
#define NDEBUG
|
||||
//#include <debug.h>
|
||||
#include "hidparser.h"
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue