mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
Silence debug messages
svn path=/trunk/; revision=7961
This commit is contained in:
parent
e1d6ad5272
commit
32532d4019
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*
|
*
|
||||||
* $Id: focus.c,v 1.15 2004/01/27 11:52:37 weiden Exp $
|
* $Id: focus.c,v 1.16 2004/02/01 15:46:53 gvg Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <win32k/win32k.h>
|
#include <win32k/win32k.h>
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
#include <include/focus.h>
|
#include <include/focus.h>
|
||||||
#include <include/error.h>
|
#include <include/error.h>
|
||||||
#include <include/winpos.h>
|
#include <include/winpos.h>
|
||||||
/* #define NDEBUG */
|
#define NDEBUG
|
||||||
#include <win32k/debug1.h>
|
#include <win32k/debug1.h>
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue