26 lines
422 B
C++
26 lines
422 B
C++
/*++
|
|
|
|
Copyright (c) 1998 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
StdAfx.cpp
|
|
|
|
Abstract:
|
|
|
|
Source file that includes just the standard includes. stdafx.pch will be
|
|
the pre-compiled header and stdafx.obj will contain the pre-compiled type
|
|
information.
|
|
|
|
Author:
|
|
|
|
Adi Oltean [aoltean] 11/01/1998
|
|
|
|
Revision History:
|
|
Name Date Comments
|
|
|
|
--*/
|
|
|
|
#include "stdafx.hxx"
|
|
|