diff -r ad9edb497857 -r 5065d0d52680 configure --- a/configure Sat Apr 15 15:40:31 2023 +0200 +++ b/configure Sat Apr 15 15:42:31 2023 +0200 @@ -415,16 +415,16 @@ echo no return 1 } -dependency_wpf() +dependency_winui() { - printf "checking for wpf... " - # dependency wpf platform="windows" + printf "checking for winui... " + # dependency winui platform="windows" while true do if isnotplatform "windows"; then break fi - CFLAGS="$CFLAGS -DUI_WPF" + CFLAGS="$CFLAGS -DUI_WINUI" echo yes return 0 done @@ -657,9 +657,9 @@ while true do if isplatform "windows"; then - checkopt_toolkit_wpf + checkopt_toolkit_winui if [ $? -eq 0 ]; then - echo " toolkit: wpf" >> $TEMP_DIR/options + echo " toolkit: winui" >> $TEMP_DIR/options ERROR=0 break fi