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

svn path=/trunk/; revision=61346
This commit is contained in:
Amine Khaldi
2013-12-23 14:23:40 +00:00
parent 841399ed95
commit bd5811d13b
4 changed files with 10 additions and 1 deletions
+4
View File
@@ -25,8 +25,12 @@
* UPDATE HISTORY:
* 09/30/2005 Created
*/
#include "precomp.h"
#define NDEBUG
#include <debug.h>
HINSTANCE hDllInstance;
+3
View File
@@ -25,8 +25,11 @@
* UPDATE HISTORY:
* 10/07/2005 Created
*/
#include "precomp.h"
#define NDEBUG
#include <debug.h>
/*
* @unimplemented
-1
View File
@@ -12,7 +12,6 @@
#include <winbase.h>
#include <authz.h>
#include <debug.h>
#if DBG
+3
View File
@@ -25,8 +25,11 @@
* UPDATE HISTORY:
* 10/07/2005 Created
*/
#include "precomp.h"
#define NDEBUG
#include <debug.h>
static BOOL
AuthzpQueryToken(IN OUT PAUTHZ_RESMAN ResMan,