21 lines
467 B
C++
21 lines
467 B
C++
|
//////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// Copyright (c) 2000 Microsoft Corporation
|
||
|
//
|
||
|
// Module Name:
|
||
|
// Debug.cpp
|
||
|
//
|
||
|
// Description:
|
||
|
// Sucks in the logging library
|
||
|
//
|
||
|
// Documentation:
|
||
|
// Yes. I don't know where yet.
|
||
|
//
|
||
|
// Maintained By:
|
||
|
// Galen Barbee (GalenB) 05-DEC-2000
|
||
|
//
|
||
|
//////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#include "Pch.h"
|
||
|
#include <LogSrc.cpp>
|