feisty meow concerns codebase
2.140
|
#include "registry_config.h"
#include <application/windoze_helper.h>
#include <basis/astring.h>
#include <basis/functions.h>
#include <basis/utf_conversion.h>
#include <structures/static_memory_gremlin.h>
#include <structures/string_array.h>
#include <structures/string_table.h>
Go to the source code of this file.
Namespaces | |
configuration | |
Macros | |
#define | LOG(s) {} |
Variables | |
const int | configuration::MAXIMUM_ENTRY_SIZE = 256 * KILOBYTE |
const int | configuration::MAXIMUM_NAME_SIZE = 16384 |
void * | configuration::HKEY_CLASSES_ROOT = NULL |
void * | configuration::HKEY_CURRENT_USER = NULL |
void * | configuration::HKEY_LOCAL_MACHINE = NULL |
void * | configuration::HKEY_USERS = NULL |
void * | configuration::HKEY_CURRENT_CONFIG = NULL |
#define LOG | ( | s | ) | {} |
Definition at line 39 of file registry_config.cpp.