Disable debug output

svn path=/trunk/; revision=29324
This commit is contained in:
Hervé Poussineau
2007-10-01 09:26:46 +00:00
parent 3d024aa55b
commit 6f2304890d
12 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
* If not, write to the Free Software Foundation,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Id: dma.c 27066 2007-06-07 22:12:10Z greatlrd $
*/
#include "videoprt.h"
+1 -1
View File
@@ -18,7 +18,7 @@
* If not, write to the Free Software Foundation,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Id: event.c 21844 2006-05-07 19:34:23Z ion $
*/
#include "videoprt.h"
+1 -1
View File
@@ -18,7 +18,7 @@
* If not, write to the Free Software Foundation,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Id: int10.c 23763 2006-08-28 23:56:35Z ion $
*/
#include "videoprt.h"
+1 -1
View File
@@ -18,7 +18,7 @@
* If not, write to the Free Software Foundation,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Id: interrupt.c 21844 2006-05-07 19:34:23Z ion $
*/
#include "videoprt.h"
+1 -1
View File
@@ -18,7 +18,7 @@
* If not, write to the Free Software Foundation,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Id: resource.c 21844 2006-05-07 19:34:23Z ion $
*/
#include "videoprt.h"
+1 -1
View File
@@ -18,7 +18,7 @@
* If not, write to the Free Software Foundation,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Id: services.c 21844 2006-05-07 19:34:23Z ion $
*/
#include "videoprt.h"
+1 -1
View File
@@ -18,7 +18,7 @@
* If not, write to the Free Software Foundation,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Id: spinlock.c 21844 2006-05-07 19:34:23Z ion $
*/
#include "videoprt.h"
+1 -1
View File
@@ -18,7 +18,7 @@
* If not, write to the Free Software Foundation,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Id: timer.c 21844 2006-05-07 19:34:23Z ion $
*/
#include "videoprt.h"
+1 -1
View File
@@ -18,7 +18,7 @@
* If not, write to the Free Software Foundation,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Id: videoprt.c 29323 2007-10-01 08:14:24Z fireball $
*/
+1 -1
View File
@@ -1,4 +1,4 @@
; $Id$
; $Id: videoprt.def 27062 2007-06-07 21:13:06Z greatlrd $
;
; videoprt.def - export definition file for ReactOS
;
+1 -2
View File
@@ -18,7 +18,6 @@
* If not, write to the Free Software Foundation,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
*/
#ifndef VIDEOPRT_H
@@ -34,7 +33,7 @@
#include <ndk/ntndk.h>
#include <reactos/helper.h>
//#define NDEBUG
#define NDEBUG
#include <debug.h>
#define TAG_VIDEO_PORT TAG('V', 'I', 'D', 'P')
+1 -1
View File
@@ -1,4 +1,4 @@
/* $Id$ */
/* $Id: videoprt.rc 21844 2006-05-07 19:34:23Z ion $ */
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "Videoport Driver\0"