[HIDPARSE]

* Do not include debug.h into the main header.
CORE-7716

svn path=/trunk/; revision=61494
This commit is contained in:
Amine Khaldi 2014-01-03 10:22:05 +00:00
parent 498a39835d
commit 127d03729b
2 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,9 @@
#include "hidparse.h"
#define NDEBUG
#include <debug.h>
PVOID
NTAPI
AllocFunction(

View file

@ -5,8 +5,6 @@
#include <ntddk.h>
#include <hidpddi.h>
#include <hidpi.h>
#define NDEBUG
//#include <debug.h>
#include "hidparser.h"
#include <stdio.h>