added QSE_LIBCALL?() macros

This commit is contained in:
2017-10-27 08:05:41 +00:00
parent 25de06d195
commit 02f3adf134
3 changed files with 28 additions and 14 deletions

View File

@ -42,13 +42,11 @@ public:
int daemonize (bool chdir_to_root = true, int fork_count = 1) QSE_CPP_NOEXCEPT;
int chroot (const qse_wchar_t* wpath) QSE_CPP_NOEXCEPT;
int chroot (const qse_mchar_t* mpath) QSE_CPP_NOEXCEPT;
static int chroot (const qse_wchar_t* wpath) QSE_CPP_NOEXCEPT;
static int chroot (const qse_mchar_t* mpath) QSE_CPP_NOEXCEPT;
protected:
bool _root_only;
void on_signal () QSE_CPP_NOEXCEPT;
};