You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
645 B
31 lines
645 B
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 1999-2000 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// Debug.cpp
|
|
//
|
|
// Description:
|
|
// Sucks in the debug library
|
|
//
|
|
// Documentation:
|
|
// Yes. I don't know where yet.
|
|
//
|
|
// Maintained By:
|
|
// Geoffrey Pease (GPease) 27-NOV-1999
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
#if DBG==1 || defined( _DEBUG )
|
|
#define DEBUG
|
|
#endif
|
|
|
|
#include <windows.h>
|
|
|
|
extern HINSTANCE g_hInstance;
|
|
|
|
// For the debugging macros.
|
|
#include "debug.h"
|
|
|
|
#include "DebugSrc.cpp"
|