23 lines
566 B
C++
23 lines
566 B
C++
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 2000 - 2001.
|
|
//
|
|
// File: snapbase.cpp
|
|
//
|
|
// Contents: Includes sources from Snapin Framework
|
|
//
|
|
// History: 07-26-2001 Hiteshr Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#include "headers.h"
|
|
#include "snapbase.h"
|
|
|
|
#include "stdabou_.cpp"
|
|
#include "compbas_.cpp"
|
|
#include "proppag_.cpp"
|
|
#include "dataobj_.cpp"
|
|
#include "treedat_.cpp"
|
|
|