Ken Thomases ken@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.