mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Silence some debug messages
svn path=/trunk/; revision=4368
This commit is contained in:
parent
f6818caa5e
commit
4a6584272a
13 changed files with 13 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: painting.c,v 1.9 2003/03/18 08:33:27 gvg Exp $
|
||||
/* $Id: painting.c,v 1.10 2003/03/20 08:22:01 gvg Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -760,7 +760,6 @@ NtUserBeginPaint(HWND hWnd, PAINTSTRUCT* lPs)
|
|||
{
|
||||
return(NULL);
|
||||
}
|
||||
if (Window->Flags & WINDOWOBJECT_NEED_ERASEBACKGRD) { DbgPrint("[ayes:0]"); } else { DbgPrint("[ano:0]"); } /*testing*/
|
||||
IsIcon = Window->Style & WS_MINIMIZE &&
|
||||
NtUserGetClassLong(Window->Self, GCL_HICON);
|
||||
|
||||
|
@ -818,7 +817,6 @@ NtUserBeginPaint(HWND hWnd, PAINTSTRUCT* lPs)
|
|||
if (Window->Flags & WINDOWOBJECT_NEED_ERASEBACKGRD)
|
||||
{
|
||||
BOOLEAN Result;
|
||||
DbgPrint("[dne:0]");
|
||||
Window->Flags &= ~WINDOWOBJECT_NEED_ERASEBACKGRD;
|
||||
Result = NtUserSendMessage(hWnd,
|
||||
IsIcon ? WM_ICONERASEBKGND : WM_ERASEBKGND,
|
||||
|
@ -828,7 +826,6 @@ DbgPrint("[dne:0]");
|
|||
}
|
||||
else
|
||||
{
|
||||
DbgPrint("[dne:1]");
|
||||
lPs->fErase = FALSE;
|
||||
}
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@ W32kPolygon(HDC hDC,
|
|||
RECTL DestRect;
|
||||
int CurrentPoint;
|
||||
|
||||
DbgPrint("In W32kPolygon()\n");
|
||||
DPRINT("In W32kPolygon()\n");
|
||||
|
||||
if(0 == dc)
|
||||
return FALSE;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include <ddk/ntddk.h>
|
||||
#include <win32k/icm.h>
|
||||
|
||||
// #define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <win32k/debug1.h>
|
||||
|
||||
BOOL
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include <ddk/ntddk.h>
|
||||
#include <win32k/metafile.h>
|
||||
|
||||
// #define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <win32k/debug1.h>
|
||||
|
||||
HENHMETAFILE
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include <win32k/pen.h>
|
||||
#include "../eng/objects.h"
|
||||
|
||||
//#define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <win32k/debug1.h>
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
//#include <win32k/debug.h>
|
||||
#include <win32k/paint.h>
|
||||
|
||||
// #define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <win32k/debug1.h>
|
||||
|
||||
BOOL
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include <math.h>
|
||||
#include <float.h>
|
||||
|
||||
// #define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <win32k/debug1.h>
|
||||
|
||||
#define NUM_ENTRIES_INITIAL 16 /* Initial size of points / flags arrays */
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include <ddk/ntddk.h>
|
||||
#include <win32k/pen.h>
|
||||
|
||||
// #define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <win32k/debug1.h>
|
||||
|
||||
HPEN
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <win32k/pen.h>
|
||||
#include <include/object.h>
|
||||
|
||||
// #define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <win32k/debug1.h>
|
||||
|
||||
#define PFILL_EDGE_ALLOC_TAG 0x45465044
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include <ddk/ntddk.h>
|
||||
#include <win32k/print.h>
|
||||
|
||||
// #define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <win32k/debug1.h>
|
||||
|
||||
INT
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include <win32k/gdiobj.h>
|
||||
#include <include/rect.h>
|
||||
|
||||
//#define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <win32k/debug1.h>
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include <include/rect.h>
|
||||
|
||||
|
||||
// #define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <win32k/debug1.h>
|
||||
|
||||
BOOL STDCALL
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include <ddk/ntddk.h>
|
||||
#include <win32k/wingl.h>
|
||||
|
||||
// #define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <win32k/debug1.h>
|
||||
|
||||
INT
|
||||
|
|
Loading…
Reference in a new issue