22 lines
552 B
C++
22 lines
552 B
C++
//+----------------------------------------------------------------------------
|
|
//
|
|
// Copyright (C) 1997, Microsoft Corporation
|
|
//
|
|
// File: atl.cpp
|
|
//
|
|
// Contents: Includes atlimpl.cpp, so that we don't rely on atl.dll
|
|
//
|
|
// Classes: All ATL classes.
|
|
//
|
|
// Functions: All ATL functions.
|
|
//
|
|
// History: October 23, 1997 - Milans, Created.
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#include "stdafx.h"
|
|
#include "statreg.h"
|
|
#include "statreg.cpp"
|
|
#include "atlimpl.cpp"
|
|
|