22 lines
321 B
C++
22 lines
321 B
C++
/*--
|
|
|
|
Copyright (C) Microsoft Corporation, 2003
|
|
|
|
Module Name:
|
|
|
|
stdafx.cpp
|
|
|
|
Abstract:
|
|
|
|
Source file that includes just the standard includes
|
|
VssSampleProvider.pch will be the pre-compiled header
|
|
stdafx.obj will contain the pre-compiled type information
|
|
|
|
Notes:
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#include "stdafx.h"
|