Re: [1/2] shell32/tests: Explicitly link all tests to IL* calls by ordinals
Nikolay Sivov <bunglehead(a)gmail.com> writes:
Explicitly link all tests to IL* calls by ordinals
There's no reason to do this. -- Alexandre Julliard julliard(a)winehq.org
On 5/26/2010 19:03, Alexandre Julliard wrote:
Nikolay Sivov<bunglehead(a)gmail.com> writes:
Explicitly link all tests to IL* calls by ordinals
There's no reason to do this.
It happens sometimes that after changes to a module itself I can't rebuild crosstests from /tests dir - I have to do it from top. That's because it needs to update some linking data I think, and this patch removes a need to link.
Nikolay Sivov <nsivov(a)codeweavers.com> writes:
On 5/26/2010 19:03, Alexandre Julliard wrote:
Nikolay Sivov<bunglehead(a)gmail.com> writes:
Explicitly link all tests to IL* calls by ordinals
There's no reason to do this.
It happens sometimes that after changes to a module itself I can't rebuild crosstests from /tests dir - I have to do it from top. That's because it needs to update some linking data I think, and this patch removes a need to link.
We very much want to link to test the import libs. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Nikolay Sivov