Skip to content
Snippets Groups Projects
Commit eeaae40c authored by Danil Martynenko's avatar Danil Martynenko
Browse files

[*] windows build fixed

parent 86240e97
No related branches found
No related tags found
No related merge requests found
...@@ -6,12 +6,17 @@ ...@@ -6,12 +6,17 @@
#include <QFileInfo> #include <QFileInfo>
#include <QDebug> #include <QDebug>
#ifdef Q_OS_WIN
#include <windows.h>
#include <aclapi.h>
#else
#include <pwd.h> #include <pwd.h>
#include <unistd.h> #include <unistd.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/types.h> #include <sys/types.h>
#include <cerrno> #include <cerrno>
#include <cstring> #include <cstring>
#endif
UserConfigManager::UserConfigManager(const QString& processName) UserConfigManager::UserConfigManager(const QString& processName)
: processName(processName) { : processName(processName) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment