Componentes.Terceros.DevExp.../internal/x.36/1/ExpressPrinting System/Demos/CBuilder/WindowsShellExtension/PrintCapabilities_ATL.h
2008-09-04 11:31:51 +00:00

35 lines
747 B
C

//---------------------------------------------------------------------------
#ifndef PrintCapabilities_ATLH
#define PrintCapabilities_ATLH
// Check if we're using ATLVCL
//
#if defined(USING_ATLVCL)
// To get declaration of _Module
//
#include <atl\atlvcl.h>
#elif defined(USING_ATL)
// Light-weight ATL support
//
#include <utilcls.h> // _ASSERTE
#include <atlbase.h>
// NOTE: You may derive a class from TComModule and use it as your server's
// module object. (i.e. Assign an instance of that class to _Module).
// However, you must *NOT* change the name _Module.
//
extern CComModule _Module;
#include <atlcom.h>
#include <shellapi.h>
#include <atlctl.h>
#endif
#endif // Project2_ATLH