Dmitry Timoshkov wrote: > "Aric Stewart" <[EMAIL PROTECTED]> wrote: > > > @@ -297,7 +297,7 @@ > > @ stub SetupSetSourceListA > > @ stub SetupSetSourceListW > > @ stdcall SetupTermDefaultQueueCallback(ptr) > > -@ stub SetupTerminateFileLog > > +@ stdcall SetupTerminateFileLog(ptr) > > The argument here should be 'long'.
No, Aric is correct, although it doesn't make a difference on the 32-bit Intel platform. On others sizeof(long) might not be equal to sizeof(void*) and "void *" is the real type of handles. Rob