On March 23, 2004 2:46 am, Boaz Harrosh wrote:
Probably in the version I was working on, when this fix was done, There was something Screwy with the exceptions and the kernel code did not catch them. But now it does and returns a proper error.
But if that's the case, why is the test marked as todo_wine:
+ todo_wine + { + void* pProc = GetProcAddress((void*) 0x117 ,"NotARealFunc" ) ; + int err = GetLastError() ; + ok(pProc==NULL, "GetProcAdress copes with BAD HModule error is %d\n",err); + printf( "GetProcAdress copes with BAD HModule error is %d\n",err); + }