You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
552 B
21 lines
552 B
//+----------------------------------------------------------------------------
|
|
//
|
|
// 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"
|
|
|