14 Nov
2006
14 Nov
'06
8:56 a.m.
On 14/11/06, Markus Amsler <markus.amsler(a)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.