On Tue Aug 6 17:47:55 2024 +0000, Jacob Czekalla wrote:
Yes, but get/set state will return 0 on Windows if no manifest file present. I need to check for this somehow in progress.c so I know if I should return 0 or not. Otherwise, the test will fail because it will work on WINE and not on Windows.
With Wine we have a single implementation of common controls, that implement theming and newer features. It's unfortunate, but currently there is no way for you to easily implement both behaviors. So we simply implement newer features and make them available with or without manifest.