mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[AUTHZ]
* Do not include debug.h into the main header. CORE-7716 svn path=/trunk/; revision=61346
This commit is contained in:
@@ -25,8 +25,12 @@
|
||||
* UPDATE HISTORY:
|
||||
* 09/30/2005 Created
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
HINSTANCE hDllInstance;
|
||||
|
||||
|
||||
|
||||
@@ -25,8 +25,11 @@
|
||||
* UPDATE HISTORY:
|
||||
* 10/07/2005 Created
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
#include <winbase.h>
|
||||
|
||||
#include <authz.h>
|
||||
#include <debug.h>
|
||||
|
||||
#if DBG
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user