mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Disable debug output
svn path=/trunk/; revision=29324
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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,4 +1,4 @@
|
||||
; $Id$
|
||||
; $Id: videoprt.def 27062 2007-06-07 21:13:06Z greatlrd $
|
||||
;
|
||||
; videoprt.def - export definition file for ReactOS
|
||||
;
|
||||
|
||||
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user