Mercurial > hg > svcore
changeset 842:23d3a6eca5c3
WS -> OS
author | Chris Cannam |
---|---|
date | Tue, 26 Nov 2013 11:16:37 +0000 |
parents | e50a8fee6752 |
children | e802e550a1f2 |
files | system/Init.cpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/system/Init.cpp Mon Nov 04 15:47:46 2013 +0000 +++ b/system/Init.cpp Tue Nov 26 11:16:37 2013 +0000 @@ -17,7 +17,7 @@ #include <qglobal.h> -#ifdef Q_WS_WIN32 +#ifdef Q_OS_WIN32 #include <fcntl.h> @@ -57,7 +57,7 @@ extern void svSystemSpecificInitialisation() { -#ifdef Q_WS_WIN32 +#ifdef Q_OS_WIN32 redirectStderr(); // Remove the CWD from the DLL search path, just in case