From 889f7af56e841e411878f28a023903c70b79f46b Mon Sep 17 00:00:00 2001 From: pixhawk Date: Fri, 9 Apr 2010 22:09:42 +0200 Subject: [PATCH] Fixed audio issue on windows --- src/GAudioOutput.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GAudioOutput.cc b/src/GAudioOutput.cc index 01723fffb..36ca4dd5c 100644 --- a/src/GAudioOutput.cc +++ b/src/GAudioOutput.cc @@ -41,7 +41,7 @@ This file is part of the PIXHAWK project #include -#ifndef Q_OS_MAC +#ifdef Q_OS_LINUX extern "C" { #include //#include -- 2.22.0