mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Uncomment NDEBUG.
svn path=/trunk/; revision=8612
This commit is contained in:
parent
daae8270b7
commit
9c45d9475e
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
* If not, write to the Free Software Foundation,
|
* If not, write to the Free Software Foundation,
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
* $Id: videoprt.h,v 1.5 2004/03/08 08:05:26 navaraf Exp $
|
* $Id: videoprt.h,v 1.6 2004/03/09 18:56:32 navaraf Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef VIDEOPRT_H
|
#ifndef VIDEOPRT_H
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
#include <ddk/video.h>
|
#include <ddk/video.h>
|
||||||
#include <ddk/ntddvdeo.h>
|
#include <ddk/ntddvdeo.h>
|
||||||
#include "internal/ps.h"
|
#include "internal/ps.h"
|
||||||
/* #define NDEBUG */
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue