GerHobbelt / pthread-win32

clone of pthread-win32 (a.k.a. pthreads4w) + local tweaks (including MSVC2008 - MSVC2022 project files)
Other
350 stars 166 forks source link

VS2015, pthread_dll solution lacks ptw32_strdup.c #24

Open FightDonkey opened 1 year ago

FightDonkey commented 1 year ago

As the title, the problem is solved by adding the file to the source dir. But the result seems to be odd. The size of pthread_dll.dll is 59KB and the size of its corresponding lib is 33KB. And the pthread_lib.lib is quite big, about 14MB . Any solution?