git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@31 05c56307-c608-d34a-929d-697000501d7a
25 lines
562 B
C++
25 lines
562 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
|
|
#include "PrintCapabilities_ATL.h"
|
|
|
|
#pragma option -w-aus // Var. assigned value never used
|
|
|
|
#ifdef _ATL_STATIC_REGISTRY
|
|
#include <statreg.h>
|
|
#include <statreg.cpp>
|
|
#endif
|
|
|
|
#include <atl\atlimpl.cpp>
|
|
#include <atl\atlctl.cpp>
|
|
|
|
#if defined(USING_ATLVCL)
|
|
#include <atl\atlvcl.cpp>
|
|
#else
|
|
#include <atl\atlwin.cpp>
|
|
#endif
|
|
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|