20 lines
502 B
C++
20 lines
502 B
C++
|
//+-------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
//
|
||
|
// Copyright (C) Microsoft Corporation, 1997 - 1999
|
||
|
//
|
||
|
// File: atl.cpp
|
||
|
//
|
||
|
//--------------------------------------------------------------------------
|
||
|
|
||
|
// stdafx.cpp: source file that includes just the standard includes
|
||
|
// stdafx.pch will be the pre-compiled header
|
||
|
// stdafx.obj will contain the pre-compiled type information
|
||
|
|
||
|
#include <pch.cpp>
|
||
|
|
||
|
#pragma hdrstop
|
||
|
|
||
|
#include <atlimpl.cpp>
|