mirror of https://github.com/tongzx/nt5src
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.
32 lines
450 B
32 lines
450 B
/*++
|
|
|
|
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>
|