mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:33:10 +00:00
Remove debug output from user mode exceptions. Reported by hbirr.
svn path=/trunk/; revision=13295
This commit is contained in:
parent
30e78f58a6
commit
9238d3d14f
2 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ DBG := 0
|
||||||
#
|
#
|
||||||
# Whether to compile with optimizations
|
# Whether to compile with optimizations
|
||||||
#
|
#
|
||||||
OPTIMIZED := 0
|
OPTIMIZED := 1
|
||||||
|
|
||||||
#
|
#
|
||||||
# Whether to compile a multiprocessor or single processor version
|
# Whether to compile a multiprocessor or single processor version
|
||||||
|
@ -45,7 +45,7 @@ ACPI := 0
|
||||||
#
|
#
|
||||||
# whether to use a 3GB User, 1GB Kernel memory map
|
# whether to use a 3GB User, 1GB Kernel memory map
|
||||||
#
|
#
|
||||||
3GB := 1
|
3GB := 0
|
||||||
|
|
||||||
#
|
#
|
||||||
# Which version of NDIS do we support up to?
|
# Which version of NDIS do we support up to?
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
//#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
/* FUNCTIONS ***************************************************************/
|
/* FUNCTIONS ***************************************************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue