24 lines
813 B
C++
24 lines
813 B
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 (C) 2008 Microsoft Corporation. All rights reserved.
|
|
//
|
|
// stdafx.cpp
|
|
//
|
|
// Including just the standard includes
|
|
//
|
|
//////////////////////////////////////////////////////////////////////
|
|
// stdafx.cpp : source file that includes just the standard includes
|
|
// CWMFSender.pch will be the pre-compiled header
|
|
// stdafx.obj will contain the pre-compiled type information
|
|
|
|
|
|
#include "stdafx.h"
|
|
|
|
// TODO: reference any additional headers you need in STDAFX.H
|
|
// and not in this file
|