d3d8 2: Test refcount forwarding.

H. Verbeet hverbeet at gmail.com
Tue Nov 14 02:56:35 CST 2006


On 14/11/06, Markus Amsler <markus.amsler at oribi.org> wrote:
>+extern int get_refcount(IUnknown *object);
---
>-static int get_refcount(IUnknown *object)
>+int get_refcount(IUnknown *object)

We don't really want to do that. The idea is that a test should depend
only on the .c file it's defined in. That's also why eg. the code to
initialise a D3D device is duplicated everywhere.



More information about the wine-devel mailing list