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

Add -DWINDLL to fix shared libs builds on MSVC #17

Closed ahoarau closed 2 years ago

ahoarau commented 2 years ago

Simple fix for shared builds on MSVC

phcerdan commented 2 years ago

This should be merged.

GerHobbelt commented 2 years ago

Merged. Thanks!