de-select WASAPI by default

This commit is contained in:
Robin Gareus 2017-04-24 21:08:32 +02:00
parent 061f005ac3
commit 7fc73ae67e
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ Function .onInit
\${If} \${AtMostWinXP}
SectionSetFlags \${SecWASAPI} \${SF_RO}
\${Else}
SectionSetFlags \${SecWASAPI} \${SF_SELECTED}
SectionSetFlags \${SecWASAPI} 0
\${EndIf}
FunctionEnd