mirror of
https://github.com/reactos/reactos.git
synced 2025-06-29 19:11:22 +00:00
[KERNEL32]
- Fix release build, part 2. Further improvement to gDebugChannels would be to convert them to a DECLARE_DEBUG_CHANNEL-alike macro. svn path=/trunk/; revision=48729
This commit is contained in:
parent
60bb233f46
commit
7a9bd9ccea
4 changed files with 11 additions and 0 deletions
|
@ -16,7 +16,9 @@
|
|||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#if DBG
|
||||
static ULONG gDebugChannel = kernel32file;
|
||||
#endif
|
||||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
||||
|
|
|
@ -15,7 +15,10 @@
|
|||
#include <k32.h>
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#if DBG
|
||||
static ULONG gDebugChannel = kernel32file;
|
||||
#endif
|
||||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
||||
|
|
|
@ -17,7 +17,10 @@
|
|||
#include <k32.h>
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#if DBG
|
||||
static ULONG gDebugChannel = kernel32file;
|
||||
#endif
|
||||
|
||||
#define SYMLINK_FLAG_RELATIVE 1
|
||||
|
||||
|
|
|
@ -19,7 +19,10 @@
|
|||
#include <k32.h>
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#if DBG
|
||||
static ULONG gDebugChannel = kernel32file;
|
||||
#endif
|
||||
|
||||
/* GLOBAL VARIABLES **********************************************************/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue