[PATCH 2/2] odbccp32: Implement SQLRemoveDriver/SQLRemoveDriverW

Vincent Povirk madewokherd at gmail.com
Fri Mar 10 13:21:13 CST 2017


> +    if (usage_count)
> +        *usage_count = 0;

If we're not going to do refcounting properly, it'd make more sense to
hard-code this to 1 and never actually remove the drivers. Better to
leave things around than delete them while they're still needed.



More information about the wine-devel mailing list