Am Freitag, 7. Dezember 2007 10:16:51 schrieb H. Verbeet:
> The clearest way to do this would probably be to simply do the
> disabling in a separate loop over the disabled extensions string,
> similarly to how we detect the extensions.
This will only partially work because we should also filter "ex
The clearest way to do this would probably be to simply do the
disabling in a separate loop over the disabled extensions string,
similarly to how we detect the extensions.
On Thursday 06 December 2007 02:05:52 pm Stefan Dösinger wrote:
> +if(wined3d_settings.disabled_extensions &&
> + strstr(wined3d_settings.disabled_extensions,
> ThisExtn)) {
You need to be careful with this. I read somewhere that using strstr to check
for