Alexandre Julliard : ntdll: Add a wrapper to call the thread entry point for broken apps.

Alexandre Julliard julliard at winehq.org
Wed Mar 14 07:44:13 CDT 2007


Ken Thomases <ken at codeweavers.com> writes:

>> +#else
>> +static inline DWORD call_thread_entry_point (
>> PRTL_THREAD_START_ROUTINE entry, void *arg )
>> +{
>> +    LPTHREAD_START_ROUTINE func = (LPTHREAD_START_ROUTINE)rtl_func;
>
> Should the above have "entry" instead of "rtl_func"?

Yes of course, thanks for spotting this.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list