17 lines
333 B
C
17 lines
333 B
C
|
//+--------------------------------------------------------------------------
|
||
|
//
|
||
|
// Copyright (c) 1997-1999 Microsoft Corporation
|
||
|
//
|
||
|
// File: dblevel.h
|
||
|
//
|
||
|
// Contents:
|
||
|
//
|
||
|
// History:
|
||
|
//
|
||
|
//---------------------------------------------------------------------------
|
||
|
#ifndef __DBLEVEL_H__
|
||
|
|
||
|
#define __DBLEVEL_H__
|
||
|
|
||
|
#endif
|