Is there a way to set riched20 as native by using a command line utility?
I saw something about environment variables but I was hoping for a
command line
way with winecfg to just set it.
Thanks,
Jerry
setting riched20 native with command line
Re: setting riched20 native with command line
Do you want to set it at the command line, or do you want to use winecfg?Jerry Geis wrote:Is there a way to set riched20 as native by using a command line utility?
I saw something about environment variables but I was hoping for a
command line
way with winecfg to just set it.
To set it from the command line:
Code: Select all
WINEDLLOVERRIDES="riched20=n" wine program_name