# HG changeset patch # User Chris Cannam # Date 1385464597 0 # Node ID 23d3a6eca5c3d98f2875e1b1f58b17bb80c6414b # Parent e50a8fee67529803a1512d1ddd83eb6a76d853c4 WS -> OS diff -r e50a8fee6752 -r 23d3a6eca5c3 system/Init.cpp --- 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 -#ifdef Q_WS_WIN32 +#ifdef Q_OS_WIN32 #include @@ -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