28 lines
1.1 KiB
C++
28 lines
1.1 KiB
C++
//***************************************************************************
|
|
// THIS CODE AND INFORMATION IS PROVIDED 'AS IS' WITHOUT WARRANTY OF
|
|
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
|
// PARTICULAR PURPOSE.
|
|
//
|
|
// Copyright Microsoft Corporation. All Rights Reserved.
|
|
//***************************************************************************
|
|
|
|
//***************************************************************************
|
|
//
|
|
// File: stdafx.cpp
|
|
//
|
|
// Description: Source file that includes just the standard includes
|
|
// PropSheetHost.pch will be the pre-compiled header stdafx.obj will
|
|
// contain the pre-compiled type information
|
|
//
|
|
//***************************************************************************
|
|
|
|
//***************************************************************************
|
|
// #include statements
|
|
//***************************************************************************
|
|
|
|
#include "stdafx.h"
|
|
|
|
// TODO: reference any additional headers you need in STDAFX.H
|
|
// and not in this file
|