#include "stdafx.h"#include "exconfig.h"#include "Configuration.h"#include <string>Include dependency graph for exconfig.cpp:

Go to the source code of this file.
Classes | |
| class | Path |
| struct | Path::Directory |
Defines | |
| #define | MAX_STRLEN 512 |
| #define | MessageBoxDebug(a, b, c, d) |
Functions | |
| __declspec (dllimport) LONG APIENTRY GetPaths(HWND hwnd | |
Variables | |
| const std::string | c_empty_string |
| char * | config_defaults [] |
| LPLONG | lpIValue |
| #define MAX_STRLEN 512 |
Definition at line 32 of file exconfig.cpp.
| #define MessageBoxDebug | ( | a, | |||
| b, | |||||
| c, | |||||
| d | ) |
Definition at line 37 of file exconfig.cpp.
| __declspec | ( | dllimport | ) |
| const std::string c_empty_string |
Definition at line 40 of file exconfig.cpp.
| char* config_defaults[] |
Definition at line 42 of file exconfig.cpp.
| LPLONG lpIValue |
Definition at line 233 of file exconfig.cpp.
1.5.1