Roy Shea wrote:
This revision places the new test with the other loader tests in loader.c, and for testing loads kernel32.dll rather than riched20.dll
The prior version of this patch is available for reference at: http://www.winehq.org/pipermail/wine-patches/2008-September/061226.html
dlls/kernel32/tests/loader.c | 72 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 72 insertions(+), 0 deletions(-)
Hi,
Minor things : typo in "kerenl32_module" and shouldn't you free the library after the test? (Or maybe use GetModuleHandle, or does that defeat the test?)