aboutsummaryrefslogtreecommitdiffhomepage
path: root/debugger/debuggermain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'debugger/debuggermain.cpp')
-rw-r--r--debugger/debuggermain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger/debuggermain.cpp b/debugger/debuggermain.cpp
index 30c23356b0..35c95602b4 100644
--- a/debugger/debuggermain.cpp
+++ b/debugger/debuggermain.cpp
@@ -18,7 +18,7 @@ static void usage(const char * argv0) {
}
int main(int argc, char *argv[]) {
-#ifndef SK_BUILD_FOR_WIN32
+#ifndef SK_BUILD_FOR_WIN
// Set numeric formatting to default. Otherwise shaders will have numbers with wrong comma.
// QApplication documentation recommends setlocale("LC_NUMERIC", "C") after QApplication
// constuction. However, the components Qt calls (X11 libs, ..) will override that.