windows-nt/Source/XPSP1/NT/drivers/wdm/dvd/mini/jbs/debug.h
2020-09-26 16:20:57 +08:00

24 lines
341 B
C

//
// MODULE : DEBUG.H
// PURPOSE : Debugging functions
// AUTHOR : JBS Yadawa
// CREATED : 7/20/96
//
//
// Copyright (C) 1996 SGS-THOMSON Microelectronics
//
//
// REVISION HISTORY :
//
// DATE :
//
// COMMENTS :
//
#ifndef __DEBUG_H__
#define __DEBUG_H__
#include "stdefs.h"
#define DPF(x) DebugPrint(x)
// #define DPF(x)
#endif