mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
- Disable debugging messages.
svn path=/trunk/; revision=10778
This commit is contained in:
parent
87204d5906
commit
d6740a2c10
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: atapi.c,v 1.50 2004/09/03 04:19:12 navaraf Exp $
|
||||
/* $Id: atapi.c,v 1.51 2004/09/03 04:44:45 navaraf Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS ATAPI miniport driver
|
||||
|
@ -56,7 +56,7 @@
|
|||
|
||||
#include "atapi.h"
|
||||
|
||||
//#define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#define VERSION "0.0.1"
|
||||
|
|
Loading…
Reference in a new issue