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

svn path=/trunk/; revision=61485
This commit is contained in:
Amine Khaldi 2014-01-01 22:24:17 +00:00
parent a77feaee58
commit f7e37445bc
4 changed files with 8 additions and 3 deletions

View file

@ -10,6 +10,8 @@
#include <cportlib/cportlib.h>
#include <stdlib.h>
#define NDEBUG
#include <debug.h>
/* Serial debug connection */
#define DEFAULT_DEBUG_PORT 2 /* COM2 */

View file

@ -8,6 +8,9 @@
#include "kddll.h"
#define NDEBUG
#include <debug.h>
/* GLOBALS ********************************************************************/
PFNDBGPRNT KdpDbgPrint = NULL;

View file

@ -16,9 +16,6 @@
#include <wdbgexts.h>
#include <ioaccess.h> /* port intrinsics */
#define NDEBUG
#include <debug.h>
//#define KDDEBUG /* uncomment to enable debugging this dll */
typedef ULONG (*PFNDBGPRNT)(const char *Format, ...);

View file

@ -8,6 +8,9 @@
#include "kddll.h"
#define NDEBUG
#include <debug.h>
/* FUNCTIONS ******************************************************************/
/******************************************************************************