ObjFW  Check-in [e342aa8358]

Overview
Comment:Add a function wrapper for threads on Windows

This is necessary because CreateThread() expects the function to be
stdcall, while the one we get passed is cdecl.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e342aa83588372501bb18ec837ece99fc18a7a2ce095fae25aa043c6248d2bc2
User & Date: js on 2020-06-14 15:50:47
Other Links: manifest | tags
Context
2020-06-14
16:07
Check thread attributes before spawning the thread check-in: 164475afdb user: js tags: trunk
15:50
Add a function wrapper for threads on Windows check-in: e342aa8358 user: js tags: trunk
15:32
Fix releasing semaphore stored in free'd memory check-in: 903b3326e2 user: js tags: trunk
Changes