mirror of
https://github.com/OldUnreal/libxmp.git
synced 2026-04-02 21:37:43 -07:00
- change libxmp_check_filename_case to call libxmp_get_filetype for case-insensitive targets - removes all of target-specific ifdef dance from common.c. filetype.o added to TEST_INTERNAL in test-dev to satisfy the libxmp_get_filetype dependency() of common.o. - add XMP_MAXPATH, default to _MAX_PATH for MSVC and Watcom, to PATH_MAX if it's defined, to 1024 if not. change all uses of PATH_MAX to XMP_MAXPATH. - common.h now includes limit.h for PATH_MAX: remove individual limits.h includes. remove the only-two-remaining nacl-specific sys/syslimits.h includes. - simplify the __inline define in list.h. - move /Dinline=__inline from VC makefiles to common.h for MSVC - fix 'make check' in lite/Makefile.vc. - properly clean test/* binaries in Makefile.vc.