rtissera / libchdr

Standalone library for reading MAME's CHDv1-v5 formats.
BSD 3-Clause "New" or "Revised" License
96 stars 38 forks source link

Build fixes for MSVC compiler #41

Closed stenzek closed 3 years ago

stenzek commented 3 years ago

Works for both shared and static libraries. Tested against MSVC 2019 with CMake.

Any software wishing to use the shared library will need to define CHD_DLL before including chd.h (default is static linking).