// -*- c++ -*-

#ifndef _INCLUDED_WxExtLibConfig_Setup_h
#define _INCLUDED_WxExtLibConfig_Setup_h

//-------------------------------------------------------------------------
// global defines for use with WxExtLib classes/functions
// - for a description, see file WxExtLibConfig_Setup.doc.txt
// - in source code, normally only include file WxExtLibConfig.h 
//   directly which acts as a proxy to include required config 
//   header files

//-------------------------------------------------------------------------

#define M_WxExtLib_ConfigTagString "default_01"

//-------------------------------------------------------------------------

// #define M_WxExtLib_ExportDecl
// #define M_WxExtLib_IsExtLibDllExport
// #define M_WxExtLib_IsExtLibDllImport

// #define M_MessageFormat_StdString

#define M_WxExtLib_IsUseOTL 1

#define M_WxExtLib_IsUseGraphicsHelper 0

// #define M_WxExtLib_IsFilteredDIBEnabled

// #define M_WxExtLib_IsIncludeStdafxHeader
// #define M_WxExtLib_IsMFCCompatibility

//-------------------------------------------------------------------------

#define M_WxExtLib_IsUseStxLogging 0

#define M_Sontaia_IsUseDefaultSetupHeader 1

#define M_WxExtLib_IsUseAppRootFrame 0

//-------------------------------------------------------------------------

#endif

//-------------------------------------------------------------------------
