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

svn path=/trunk/; revision=61363
This commit is contained in:
Amine Khaldi 2013-12-23 19:02:14 +00:00
parent c91602e5b7
commit f1d8f4cc05
3 changed files with 8 additions and 1 deletions

View file

@ -25,8 +25,12 @@
* UPDATE HISTORY: * UPDATE HISTORY:
* 07/12/2004 Created * 07/12/2004 Created
*/ */
#include "precomp.h" #include "precomp.h"
#define NDEBUG
#include <debug.h>
HINSTANCE hDllInstance; HINSTANCE hDllInstance;
/* device interface GUID for HIDClass devices */ /* device interface GUID for HIDClass devices */

View file

@ -2,7 +2,6 @@
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#include <windef.h> #include <windef.h>
#include <winbase.h> #include <winbase.h>
#include <debug.h>
#define NTOS_MODE_USER #define NTOS_MODE_USER
#include <ndk/umtypes.h> #include <ndk/umtypes.h>

View file

@ -8,8 +8,12 @@
* UPDATE HISTORY: * UPDATE HISTORY:
* 07/12/2004 Created * 07/12/2004 Created
*/ */
#include "precomp.h" #include "precomp.h"
#define NDEBUG
#include <debug.h>
/* /*
* @unimplemented * @unimplemented
*/ */