Re: psapi.dll tests

2004-07-01 Thread Ferenc Wagner
Uwe Bonnes <[EMAIL PROTECTED]> writes: > Ferenc Wagner <[EMAIL PROTECTED]> writes: > >> Hi, please somebody enlighten me! How does this test >> work once psapi_test.exe is linked with -lpsapi? How can >> a program start at all without one of its hard >> dependencies? > >> START_TEST(module) >> {

Re: psapi.dll tests

2004-07-01 Thread Uwe Bonnes
> "Ferenc" == Ferenc Wagner <[EMAIL PROTECTED]> writes: Ferenc> Hi, please somebody enlighten me! How does this test work once Ferenc> psapi_test.exe is linked with -lpsapi? How can a program start Ferenc> at all without one of its hard dependencies? Ferenc> START_TEST(modul

psapi.dll tests

2004-07-01 Thread Ferenc Wagner
Hi, please somebody enlighten me! How does this test work once psapi_test.exe is linked with -lpsapi? How can a program start at all without one of its hard dependencies? START_TEST(module) { dll = LoadLibrary("psapi.dll"); if (!dll) { trace("LoadLibraryA(psapi.dll) failed: skip