23 lines
464 B
C
23 lines
464 B
C
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1998 - 1998
|
|
//
|
|
// File: snapbase.h
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
|
|
#ifndef _SNAPBASE_H
|
|
#define _SNAPBASE_H
|
|
|
|
#include <mtfrmwk.h>
|
|
#include <dataobj.h>
|
|
#include <proppage.h>
|
|
#include <compbase.h>
|
|
#include <treedata.h>
|
|
#include <stdabout.h>
|
|
|
|
#endif // _SNAPBASE_H
|