33 lines
450 B
C++
33 lines
450 B
C++
/*++
|
|
|
|
Copyright (c) 1998 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
atl.cpp
|
|
|
|
Abstract:
|
|
|
|
Includes ATL class and function implementations.
|
|
|
|
Author:
|
|
|
|
Darren L. Anderson (darrenan) 29-Jun-1998
|
|
|
|
Revision History:
|
|
|
|
29-Jun-1998 darrenan
|
|
|
|
Created.
|
|
--*/
|
|
|
|
#include "stdafx.h"
|
|
|
|
#ifdef _ATL_STATIC_REGISTRY
|
|
#include <statreg.h>
|
|
#include <statreg.cpp>
|
|
#endif
|
|
|
|
#include <atlimpl.cpp>
|
|
#include <atlctl.cpp>
|