From 7fc73ae67e454725ce6730c896169b339021dc1f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 24 Apr 2017 21:08:32 +0200 Subject: de-select WASAPI by default --- tools/x-win/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/x-win') diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh index f5335c3ac8..6073e6c99b 100755 --- a/tools/x-win/package.sh +++ b/tools/x-win/package.sh @@ -542,7 +542,7 @@ Function .onInit \${If} \${AtMostWinXP} SectionSetFlags \${SecWASAPI} \${SF_RO} \${Else} - SectionSetFlags \${SecWASAPI} \${SF_SELECTED} + SectionSetFlags \${SecWASAPI} 0 \${EndIf} FunctionEnd -- cgit v1.2.3