![]() |
Deskflow 1.24.0.365
Keyboard and mouse sharing utility
|
#include "arch/win32/ArchMiscWindows.h"#include "arch/win32/ArchDaemonWindows.h"#include "arch/win32/XArchWindows.h"#include "base/Log.h"#include "base/String.h"#include "common/Constants.h"#include <Psapi.h>#include <array>#include <filesystem>
Macros | |
| #define | MS_LOG_DEBUG(message, ...) |
Functions | |
| void | errorMessageBox (const char *message, const char *title="Fatal Error") |
| std::string | getBinaryName () |
Variables | |
| const std::string | s_binaryName = getBinaryName() |
| #define MS_LOG_DEBUG | ( | message, | |
| ... ) |
| void errorMessageBox | ( | const char * | message, |
| const char * | title = "Fatal Error" ) |
| std::string getBinaryName | ( | ) |
| const std::string s_binaryName = getBinaryName() |