#include <fstream>
#include <mutex>
#include <sstream>
#include <wx/log.h>
#include <wx/uri.h>
#include <pgm_base.h>
#include <trace_helpers.h>
#include <common.h>
#include <embedded_files.h>
#include <env_vars.h>
#include <filename_resolver.h>
#include <confirm.h>
#include <wx_filename.h>
Go to the source code of this file.
◆ CFGFILE_VERSION
#define CFGFILE_VERSION 1 |
◆ ERRFLG_ALIAS
◆ ERRFLG_ENVPATH
#define ERRFLG_ENVPATH (4) |
◆ ERRFLG_RELPATH
#define ERRFLG_RELPATH (2) |
◆ MASK_3D_RESOLVER
#define MASK_3D_RESOLVER "3D_RESOLVER" |
◆ mutex_resolver
std::mutex mutex_resolver |
|
static |