34 lines
615 B
C++
34 lines
615 B
C++
|
//+-------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
//
|
||
|
// Copyright (C) Microsoft Corporation, 1998 - 1998
|
||
|
//
|
||
|
// File: snapbase.cpp
|
||
|
//
|
||
|
//--------------------------------------------------------------------------
|
||
|
|
||
|
|
||
|
// SNAPBASE.CPP
|
||
|
#include "preDNSsn.h"
|
||
|
#include <snapbase.h>
|
||
|
|
||
|
#ifdef DEBUG_ALLOCATOR
|
||
|
#ifdef _DEBUG
|
||
|
#define new DEBUG_NEW
|
||
|
#undef THIS_FILE
|
||
|
static char THIS_FILE[] = __FILE__;
|
||
|
#endif
|
||
|
#endif
|
||
|
|
||
|
#include <dbg_.cpp>
|
||
|
|
||
|
#include <stdabou_.cpp>
|
||
|
|
||
|
#include <compbas_.cpp>
|
||
|
#include <proppag_.cpp>
|
||
|
#include <dataobj_.cpp>
|
||
|
#include <treedat_.cpp>
|
||
|
|
||
|
|
||
|
//////
|