feisty meow concerns codebase
2.140
|
#include "windoze_helper.h"
#include <configuration/application_configuration.h>
#include <loggers/program_wide_logger.h>
Go to the source code of this file.
Namespaces | |
application | |
Implements an application lock to ensure only one is running at once. | |
Macros | |
#define | static_class_name() "windoze_helper" |
#define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 53 of file windoze_helper.cpp.
#define static_class_name | ( | ) | "windoze_helper" |
Definition at line 51 of file windoze_helper.cpp.