FilePath: Replace Q_OS_WINDOWS with Q_OS_WIN for consistency

Change-Id: Ia624c804e54fe4c5213351078a7aa9c8dec9f262
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Orgad Shaneh
2023-06-01 13:00:52 +03:00
committed by Orgad Shaneh
parent f4eff5f76d
commit 1afa720f2c

View File

@@ -1914,7 +1914,7 @@ FilePath FilePath::canonicalPath() const
return *this;
}
#ifdef Q_OS_WINDOWS
#ifdef Q_OS_WIN
DWORD flagsAndAttrs = FILE_ATTRIBUTE_NORMAL;
if (isDir())
flagsAndAttrs |= FILE_FLAG_BACKUP_SEMANTICS;