[Winetest] Possible removal of LoadLibrary and friends in the conformance tests

Paul Vriens paul.vriens.wine at gmail.com
Tue Aug 7 03:20:22 CDT 2007


H. Verbeet wrote:
> On 07/08/07, Paul Vriens <paul.vriens.wine at gmail.com> wrote:
>> Eventhough this is some considerable amount of work to be done, in the end the
>> code will be cleaner (and several lines shorter).
>>
>> Comments/remarks ?
>>
> For what it's worth, the d3d tests typically only need a single
> export. That should make it relatively easy to change them, but it
> also means there's not a lot to gain there.
> 
You mean 'Direct3DCreate8' in the d3d8 tests (Oh wait, there's also 
'ValidateVertexShader' and 'ValidatePixelShader') and 'Direct3DCreate9' in the 
d3d9 tests?

For consistency sake we should change it there as well. Although it's just a 
LoadLibrary turned into a GetModuleHandle.

Paul.



More information about the wine-devel mailing list