2025-04-27 07:49:33 -04:00

33 lines
482 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>