summaryrefslogtreecommitdiffstats
path: root/src/core/web_engine_library_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/web_engine_library_info.h')
-rw-r--r--src/core/web_engine_library_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/web_engine_library_info.h b/src/core/web_engine_library_info.h
index a81a433ca..b7503f2df 100644
--- a/src/core/web_engine_library_info.h
+++ b/src/core/web_engine_library_info.h
@@ -23,7 +23,7 @@ public:
static std::u16string getApplicationName();
static std::string getResolvedLocale();
static std::string getApplicationLocale();
-#if defined(OS_WIN)
+#if defined(Q_OS_WIN)
static bool isRemoteDrivePath(const QString &path);
static bool isUNCPath(const QString &path);
#endif