summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-04-24 21:08:32 +0200
committerRobin Gareus <robin@gareus.org>2017-04-24 21:08:32 +0200
commit7fc73ae67e454725ce6730c896169b339021dc1f (patch)
treef4c7b68eede49c3ebcfe5adb1516e93d05b959c6 /tools
parent061f005ac3101797e1d3b0bd5452cf6132423717 (diff)
de-select WASAPI by default
Diffstat (limited to 'tools')
-rwxr-xr-xtools/x-win/package.sh2
1 files changed, 1 insertions, 1 deletions
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